Color Hex Logo

#cfaabd Color Hex

#CFAABD
(207,170,189)
0 Favorites   0 Comments

Color spaces of #cfaabd

RGB 207170189
HSL0.910.280.74
HSV329°18°81°
CMYK 0.000.180.09   0.19
XYZ49.292245.689054.3650
Yxy45.68900.33010.3059
Hunter Lab67.593611.8810-0.3709
CIE-Lab73.343316.6133-4.6256

#cfaabd color RGB value is (207,170,189).

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

The process color (four color CMYK) of #cfaabd color hex is 0.00, 0.18, 0.09, 0.19. Web safe color of #cfaabd is #cc99cc. Color #cfaabd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101010 10111101
Octal 317 252 275
Decimal 207 170 189
Hex CF AA BD

RGB Percentages of Color #cfaabd

%36.57
%30.04
%33.39

CMYK Percentages of Color #cfaabd

%0
%18
%9
%19

Triadic Colors of #cfaabd

#cfaabd #bdcfaa #aabdcf

Analogous Colors of #cfaabd

#cfaabd #cfaaab #cfaacf

Monochromatic Colors of #cfaabd

#cfaabd

Complementary Color

#cfaabd #aacfbc

#cfaabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfaabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfaabd Color CSS Codes

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

#cfaabd Text Font Color

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

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


#cfaabd Background Color

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

This div background color is #cfaabd


#cfaabd Border Color

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

This div border color is #cfaabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfaabd


Comments

No comments written yet.

Please login to write comment.