Color Hex Logo

#afca9b Color Hex

#AFCA9B
(175,202,155)
0 Favorites   0 Comments

Color spaces of #afca9b

RGB 175202155
HSL0.260.310.70
HSV94°23°79°
CMYK 0.130.000.23   0.21
XYZ44.716153.721639.0229
Yxy53.72160.32530.3908
Hunter Lab73.2950-19.366319.7400
CIE-Lab78.2991-17.585120.5210

#afca9b color RGB value is (175,202,155).

#afca9b hex color red value is 175, green value is 202 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #afca9b hue: 0.26 , saturation: 0.31 and the lightness value of afca9b is 0.70.

The process color (four color CMYK) of #afca9b color hex is 0.13, 0.00, 0.23, 0.21. Web safe color of #afca9b is #99cc99. Color #afca9b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001010 10011011
Octal 257 312 233
Decimal 175 202 155
Hex AF CA 9B

RGB Percentages of Color #afca9b

%32.89
%37.97
%29.14

CMYK Percentages of Color #afca9b

%13
%0
%23
%21

Triadic Colors of #afca9b

#afca9b #9bafca #ca9baf

Analogous Colors of #afca9b

#afca9b #9bca9f #c7ca9b

Monochromatic Colors of #afca9b

#afca9b

Complementary Color

#afca9b #b69bca

#afca9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afca9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#afca9b Color CSS Codes

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

#afca9b Text Font Color

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

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


#afca9b Background Color

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

This div background color is #afca9b


#afca9b Border Color

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

This div border color is #afca9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afca9b


Comments

No comments written yet.

Please login to write comment.