Color Hex Logo

#afcb29 Color Hex

#AFCB29
(175,203,41)
0 Favorites   0 Comments

Color spaces of #afcb29

RGB 17520341
HSL0.200.660.48
HSV70°80°80°
CMYK 0.140.000.80   0.20
XYZ39.435451.985910.0536
Yxy51.98590.38860.5123
Hunter Lab72.1012-28.547542.2036
CIE-Lab77.2724-29.113170.4182

#afcb29 color RGB value is (175,203,41).

#afcb29 hex color red value is 175, green value is 203 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #afcb29 hue: 0.20 , saturation: 0.66 and the lightness value of afcb29 is 0.48.

The process color (four color CMYK) of #afcb29 color hex is 0.14, 0.00, 0.80, 0.20. Web safe color of #afcb29 is #99cc33. Color #afcb29 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001011 00101001
Octal 257 313 51
Decimal 175 203 41
Hex AF CB 29

RGB Percentages of Color #afcb29

%41.77
%48.45
%9.79

CMYK Percentages of Color #afcb29

%14
%0
%80
%20

Triadic Colors of #afcb29

#afcb29 #29afcb #cb29af

Analogous Colors of #afcb29

#afcb29 #5ecb29 #cb9629

Monochromatic Colors of #afcb29

#afcb29

Complementary Color

#afcb29 #4529cb

#afcb29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcb29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcb29 Color CSS Codes

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

#afcb29 Text Font Color

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

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


#afcb29 Background Color

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

This div background color is #afcb29


#afcb29 Border Color

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

This div border color is #afcb29


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcb29


Comments

No comments written yet.

Please login to write comment.