Color Hex Logo

#afcb08 Color Hex

#AFCB08
(175,203,8)
0 Favorites   0 Comments

Color spaces of #afcb08

RGB 1752038
HSL0.190.920.41
HSV69°96°80°
CMYK 0.140.000.96   0.20
XYZ39.079051.84348.1768
Yxy51.84340.39430.5231
Hunter Lab72.0024-29.124043.6685
CIE-Lab77.1871-29.872376.2878

#afcb08 color RGB value is (175,203,8).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001011 00001000
Octal 257 313 10
Decimal 175 203 8
Hex AF CB 8

RGB Percentages of Color #afcb08

%45.34
%52.59
%2.07

CMYK Percentages of Color #afcb08

%14
%0
%96
%20

Triadic Colors of #afcb08

#afcb08 #08afcb #cb08af

Analogous Colors of #afcb08

#afcb08 #4dcb08 #cb8608

Monochromatic Colors of #afcb08

#afcb08

Complementary Color

#afcb08 #2408cb

#afcb08 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcb08 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcb08 Color CSS Codes

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

#afcb08 Text Font Color

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

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


#afcb08 Background Color

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

This div background color is #afcb08


#afcb08 Border Color

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

This div border color is #afcb08


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcb08

#afcb08 Color Palettes


Comments

No comments written yet.

Please login to write comment.