Color Hex Logo

#cfade0 Color Hex

#CFADE0
(207,173,224)
0 Favorites   0 Comments

Color spaces of #cfade0

RGB 207173224
HSL0.780.450.78
HSV280°23°88°
CMYK 0.080.230.00   0.12
XYZ54.130248.534477.0361
Yxy48.53440.30120.2701
Hunter Lab69.666616.7759-16.7952
CIE-Lab75.160721.5141-21.0401

#cfade0 color RGB value is (207,173,224).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101101 11100000
Octal 317 255 340
Decimal 207 173 224
Hex CF AD E0

RGB Percentages of Color #cfade0

%34.27
%28.64
%37.09

CMYK Percentages of Color #cfade0

%8
%23
%0
%12

Triadic Colors of #cfade0

#cfade0 #e0cfad #ade0cf

Analogous Colors of #cfade0

#cfade0 #e0add8 #b6ade0

Monochromatic Colors of #cfade0

#cfade0

Complementary Color

#cfade0 #bee0ad

#cfade0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfade0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfade0 Color CSS Codes

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

#cfade0 Text Font Color

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

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


#cfade0 Background Color

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

This div background color is #cfade0


#cfade0 Border Color

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

This div border color is #cfade0


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,173,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 #cfade0">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfade0


Comments

No comments written yet.

Please login to write comment.