Color Hex Logo

#afcb9d Color Hex

#AFCB9D
(175,203,157)
0 Favorites   0 Comments

Color spaces of #afcb9d

RGB 175203157
HSL0.270.310.71
HSV97°23°80°
CMYK 0.140.000.23   0.20
XYZ45.120954.260239.9934
Yxy54.26020.32370.3893
Hunter Lab73.6615-19.568619.3725
CIE-Lab78.6132-17.769019.8944

#afcb9d color RGB value is (175,203,157).

#afcb9d hex color red value is 175, green value is 203 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #afcb9d hue: 0.27 , saturation: 0.31 and the lightness value of afcb9d is 0.71.

The process color (four color CMYK) of #afcb9d color hex is 0.14, 0.00, 0.23, 0.20. Web safe color of #afcb9d is #99cc99. Color #afcb9d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001011 10011101
Octal 257 313 235
Decimal 175 203 157
Hex AF CB 9D

RGB Percentages of Color #afcb9d

%32.71
%37.94
%29.35

CMYK Percentages of Color #afcb9d

%14
%0
%23
%20

Triadic Colors of #afcb9d

#afcb9d #9dafcb #cb9daf

Analogous Colors of #afcb9d

#afcb9d #9dcba2 #c6cb9d

Monochromatic Colors of #afcb9d

#afcb9d

Complementary Color

#afcb9d #b99dcb

#afcb9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcb9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcb9d Color CSS Codes

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

#afcb9d Text Font Color

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

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


#afcb9d Background Color

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

This div background color is #afcb9d


#afcb9d Border Color

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

This div border color is #afcb9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcb9d


Comments

No comments written yet.

Please login to write comment.