@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#afb314 hex color - Green - Warm color - Information

#afb314 hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #afb314 Color code in RGB color code model is created after adding 68.63% red color, 70.2% green color and 7.84% blue color. Hex #afb314 Color code in CMYK color (process color) code model is generated after subtraction of 2% cyan, 0% magenta, 89% yellow and 29.8% black.

Hex #afb314 color code is between #aabb11 web safe hex color code and #bbaa22 web safe hex color code. #aabb11 is the nearest web safe color code. You can see here many more shades of #afb314 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code afb314 #afb314
RGB Decimal 175, 179, 20 rgb(175, 179, 20)
RGB Percent 69%, 70%, 8% rgb(69%, 70%, 8%)
CSS RGBa 175, 179, 20,1 rgba(175,179,20,1)
CMYK Model cmyk(2%,0%,89%,29.8%)
HSL Color Space 62,80% ,39% hsl(62,80% ,39%)
HSV Color Space 62°, 89%, 70%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10101111 10110011 00010100
Octal 257 263 24
Decimal 175 179 20
Hex af b3 14

Different shades of #afb314 color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #afb314
#dce119
Dark Shade of #afb314
#82850f
Saturated Shade of #afb314
#b8bd0a
Desaturated Shade of #afb314
#a6a91e
Grey scale Shade of #afb314
#636363
Brighten Shade
#c8cc2d
Most Readable Shade
#000000

Shades of #afb314 color code

Generate more color scales with scales (color stack) generator.

#afb314
#9b9f11
#888b0f
#74770d
#61630b
#4d4f08
#3a3b06
#262704
#131302
#000000

Similar Color like #afb314 color

Find visually similar hex color codes nearing to #afb314 hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#b0b415
#b1b516
#b2b617
#b3b718
#b4b819
#b5b91a
#b6ba1b
#b7bb1c
#b8bc1d
#b9bd1e
#babe1f
#bbbf20
#bcc021
#bdc122
#aeb213
#adb112
#acb011
#abaf10
#aaae0f
#a9ad0e
#a8ac0d
#a7ab0c
#a6aa0b
#a5a90a
#a4a809
#a3a708
#a2a607
#a1a506

Monochromatic Color with #afb314

#afb314
#d9dd19
#090901
#323306
#5c5e0b
#85880f

Tints of #afb314 Color

#afb314
#b7bb2e
#c0c348
#c9cc62
#d2d47c
#dbdd96
#e4e5b0
#edeeca
#f6f6e4
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#afb314
#1814b3

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#afb314
#145fb3
#6814b3

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#b37714
#b39714
#afb314
#8fb314
#6fb314

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#afb314
#14afb3
#b314af

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#afb314
#14b367
#1814b3
#b3145f

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#afb314
#1814b3
#6814b3
#5fb314

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #afb314 Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#afb314 Color Code Preview on Black Background Color

This is how #afb314 Color will look on black background color. Color contrast ratio is 9.28

#afb314 in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#afb314">Your Example Paragraph content text in with font color #afb314 </p>

Your Example Paragraph content text in with font color #afb314

HTML with inline CSS

<div style="color:#afb314">Your Paragraph text in with font color #afb314 </div>

Your Example Paragraph content text in with font color #afb314

#afb314 color code is use for CSS Background Color

Background color for the above div is #afb314

HTML with inline CSS

<div style="background-color:#afb314;"></div>

#afb314 color code is use for CSS Border Color

CSS Border color for the above div is #afb314

HTML with inline CSS

<div style="border:5px solid #afb314;"></div>

CSS Border Left color for the above div is #afb314

HTML with inline CSS

<div style="border-left:5px solid #afb314;"></div>

CSS Border Right color for the above div is #afb314

HTML with inline CSS

<div style="border-right:5px solid #afb314;"></div>

CSS Border Bottom color for the above div is #afb314

HTML with inline CSS

<div style="border-bottom:5px solid #afb314;"></div>

CSS Border Top color for the above div is #afb314

HTML with inline CSS

<div style="border-top:5px solid #afb314;"></div>

#afb314 hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#afb314; } .examplecolorclass {color:#afb314; } .examplebordercolor {border:3px solid #afb314; }

#afb314 Color code Preview on White Background

This is how #afb314 Color code will look on white background color. Color contrast ratio is 2.26

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #afb314; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #afb314; }

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(175,179,20,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(24,20,179,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(175,179,20,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.