Color Hex Logo

#afcb09 Color Hex

#AFCB09
(175,203,9)
0 Favorites   0 Comments

Color spaces of #afcb09

RGB 1752039
HSL0.190.920.42
HSV69°96°80°
CMYK 0.140.000.96   0.20
XYZ39.084451.84568.2057
Yxy51.84560.39430.5230
Hunter Lab72.0039-29.115343.6459
CIE-Lab77.1884-29.860976.1907

#afcb09 color RGB value is (175,203,9).

#afcb09 hex color red value is 175, green value is 203 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #afcb09 hue: 0.19 , saturation: 0.92 and the lightness value of afcb09 is 0.42.

The process color (four color CMYK) of #afcb09 color hex is 0.14, 0.00, 0.96, 0.20. Web safe color of #afcb09 is #99cc00. Color #afcb09 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001011 00001001
Octal 257 313 11
Decimal 175 203 9
Hex AF CB 9

RGB Percentages of Color #afcb09

%45.22
%52.45
%2.33

CMYK Percentages of Color #afcb09

%14
%0
%96
%20

Triadic Colors of #afcb09

#afcb09 #09afcb #cb09af

Analogous Colors of #afcb09

#afcb09 #4ecb09 #cb8609

Monochromatic Colors of #afcb09

#afcb09

Complementary Color

#afcb09 #2509cb

#afcb09 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcb09 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcb09 Color CSS Codes

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

#afcb09 Text Font Color

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

This sample text font color is #afcb09
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.


#afcb09 Background Color

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

This div background color is #afcb09


#afcb09 Border Color

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

This div border color is #afcb09


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,203,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 #afcb09">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcb09


Comments

No comments written yet.

Please login to write comment.