Color Hex Logo

#afcaab Color Hex

#AFCAAB
(175,202,171)
0 Favorites   0 Comments

Color spaces of #afcaab

RGB 175202171
HSL0.310.230.73
HSV112°15°79°
CMYK 0.130.000.15   0.21
XYZ46.150454.295346.5757
Yxy54.29530.31390.3693
Hunter Lab73.6853-17.151714.1032
CIE-Lab78.6336-14.912712.4672

#afcaab color RGB value is (175,202,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001010 10101011
Octal 257 312 253
Decimal 175 202 171
Hex AF CA AB

RGB Percentages of Color #afcaab

%31.93
%36.86
%31.20

CMYK Percentages of Color #afcaab

%13
%0
%15
%21

Triadic Colors of #afcaab

#afcaab #abafca #caabaf

Analogous Colors of #afcaab

#afcaab #abcab7 #bfcaab

Monochromatic Colors of #afcaab

#afcaab

Complementary Color

#afcaab #c6abca

#afcaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcaab Color CSS Codes

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

#afcaab Text Font Color

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

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


#afcaab Background Color

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

This div background color is #afcaab


#afcaab Border Color

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

This div border color is #afcaab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcaab


Comments

No comments written yet.

Please login to write comment.