Color Hex Logo

#afb909 Color Hex

#AFB909
(175,185,9)
0 Favorites   0 Comments

Color spaces of #afb909

RGB 1751859
HSL0.180.910.38
HSV63°95°73°
CMYK 0.050.000.95   0.27
XYZ35.077543.83166.8700
Yxy43.83160.40890.5110
Hunter Lab66.2054-21.285240.1914
CIE-Lab72.1158-21.162872.3026

#afb909 color RGB value is (175,185,9).

#afb909 hex color red value is 175, green value is 185 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #afb909 hue: 0.18 , saturation: 0.91 and the lightness value of afb909 is 0.38.

The process color (four color CMYK) of #afb909 color hex is 0.05, 0.00, 0.95, 0.27. Web safe color of #afb909 is #99cc00. Color #afb909 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111001 00001001
Octal 257 271 11
Decimal 175 185 9
Hex AF B9 9

RGB Percentages of Color #afb909

%47.43
%50.14
%2.44

CMYK Percentages of Color #afb909

%5
%0
%95
%27

Triadic Colors of #afb909

#afb909 #09afb9 #b909af

Analogous Colors of #afb909

#afb909 #57b909 #b96b09

Monochromatic Colors of #afb909

#afb909

Complementary Color

#afb909 #1309b9

#afb909 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb909 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb909 Color CSS Codes

.mybgcolor {background-color:#afb909; } 
.myforecolor {color:#afb909; }
.mybordercolor {border:3px solid #afb909; }

#afb909 Text Font Color

<p style="color:#afb909">Text here</p>

This sample text font color is #afb909
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#afb909 Background Color

<div style="background-color:#afb909">
Div content here</div>

This div background color is #afb909


#afb909 Border Color

<div style="border:3px solid #afb909">
Div here</div>

This div border color is #afb909


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(175,185,9, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #afb909; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #afb909;
  -webkit-box-shadow: 1px 1px 3px 2px #afb909;
  box-shadow:         1px 1px 3px 2px #afb909; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,185,9, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #afb909">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #afb909;
  -webkit-box-shadow: 1px 1px 3px 2px #afb909;
  box-shadow:         1px 1px 3px 2px #afb909;">
Div content here</div>

This div box has shadow with color #afb909


Comments

No comments written yet.

Please login to write comment.