Color Hex Logo

#cfaaac Color Hex

#CFAAAC
(207,170,172)
0 Favorites   0 Comments

Color spaces of #cfaaac

RGB 207170172
HSL0.990.280.74
HSV357°18°81°
CMYK 0.000.180.17   0.19
XYZ47.553244.993445.2080
Yxy44.99340.34520.3266
Hunter Lab67.07719.15966.9943
CIE-Lab72.887513.79694.0500

#cfaaac color RGB value is (207,170,172).

#cfaaac hex color red value is 207, green value is 170 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #cfaaac hue: 0.99 , saturation: 0.28 and the lightness value of cfaaac is 0.74.

The process color (four color CMYK) of #cfaaac color hex is 0.00, 0.18, 0.17, 0.19. Web safe color of #cfaaac is #cc9999. Color #cfaaac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101010 10101100
Octal 317 252 254
Decimal 207 170 172
Hex CF AA AC

RGB Percentages of Color #cfaaac

%37.70
%30.97
%31.33

CMYK Percentages of Color #cfaaac

%0
%18
%17
%19

Triadic Colors of #cfaaac

#cfaaac #accfaa #aaaccf

Analogous Colors of #cfaaac

#cfaaac #cfbbaa #cfaabf

Monochromatic Colors of #cfaaac

#cfaaac

Complementary Color

#cfaaac #aacfcd

#cfaaac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfaaac Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfaaac Color CSS Codes

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

#cfaaac Text Font Color

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

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


#cfaaac Background Color

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

This div background color is #cfaaac


#cfaaac Border Color

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

This div border color is #cfaaac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(207,170,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cfaaac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cfaaac;
  -webkit-box-shadow: 1px 1px 3px 2px #cfaaac;
  box-shadow:         1px 1px 3px 2px #cfaaac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,170,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfaaac


Comments

No comments written yet.

Please login to write comment.