Color Hex Logo

#afcb4f Color Hex

#AFCB4F
(175,203,79)
0 Favorites   0 Comments

Color spaces of #afcb4f

RGB 17520379
HSL0.200.540.55
HSV74°61°80°
CMYK 0.140.000.61   0.20
XYZ40.446452.390315.3777
Yxy52.39030.37380.4841
Hunter Lab72.3811-26.921738.0704
CIE-Lab77.5136-26.992957.0769

#afcb4f color RGB value is (175,203,79).

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

The process color (four color CMYK) of #afcb4f color hex is 0.14, 0.00, 0.61, 0.20. Web safe color of #afcb4f is #99cc66. Color #afcb4f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001011 01001111
Octal 257 313 117
Decimal 175 203 79
Hex AF CB 4F

RGB Percentages of Color #afcb4f

%38.29
%44.42
%17.29

CMYK Percentages of Color #afcb4f

%14
%0
%61
%20

Triadic Colors of #afcb4f

#afcb4f #4fafcb #cb4faf

Analogous Colors of #afcb4f

#afcb4f #71cb4f #cba94f

Monochromatic Colors of #afcb4f

#afcb4f

Complementary Color

#afcb4f #6b4fcb

#afcb4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcb4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcb4f Color CSS Codes

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

#afcb4f Text Font Color

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

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


#afcb4f Background Color

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

This div background color is #afcb4f


#afcb4f Border Color

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

This div border color is #afcb4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcb4f


Comments

No comments written yet.

Please login to write comment.