Color Hex Logo

#cfaee0 Color Hex

#CFAEE0
(207,174,224)
0 Favorites   0 Comments

Color spaces of #cfaee0

RGB 207174224
HSL0.780.450.78
HSV280°22°88°
CMYK 0.080.220.00   0.12
XYZ54.322748.919377.1003
Yxy48.91930.30120.2713
Hunter Lab69.942316.2380-16.3982
CIE-Lab75.401120.9688-20.6752

#cfaee0 color RGB value is (207,174,224).

#cfaee0 hex color red value is 207, green value is 174 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #cfaee0 hue: 0.78 , saturation: 0.45 and the lightness value of cfaee0 is 0.78.

The process color (four color CMYK) of #cfaee0 color hex is 0.08, 0.22, 0.00, 0.12. Web safe color of #cfaee0 is #cc99cc. Color #cfaee0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101110 11100000
Octal 317 256 340
Decimal 207 174 224
Hex CF AE E0

RGB Percentages of Color #cfaee0

%34.21
%28.76
%37.02

CMYK Percentages of Color #cfaee0

%8
%22
%0
%12

Triadic Colors of #cfaee0

#cfaee0 #e0cfae #aee0cf

Analogous Colors of #cfaee0

#cfaee0 #e0aed8 #b6aee0

Monochromatic Colors of #cfaee0

#cfaee0

Complementary Color

#cfaee0 #bfe0ae

#cfaee0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfaee0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfaee0 Color CSS Codes

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

#cfaee0 Text Font Color

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

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


#cfaee0 Background Color

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

This div background color is #cfaee0


#cfaee0 Border Color

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

This div border color is #cfaee0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfaee0


Comments

No comments written yet.

Please login to write comment.