Color Hex Logo

#cfade1 Color Hex

#CFADE1
(207,173,225)
0 Favorites   0 Comments

Color spaces of #cfade1

RGB 207173225
HSL0.780.460.78
HSV279°23°88°
CMYK 0.080.230.00   0.12
XYZ54.266348.588877.7526
Yxy48.58880.30050.2690
Hunter Lab69.705716.9785-17.3406
CIE-Lab75.194821.7144-21.5322

#cfade1 color RGB value is (207,173,225).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101101 11100001
Octal 317 255 341
Decimal 207 173 225
Hex CF AD E1

RGB Percentages of Color #cfade1

%34.21
%28.60
%37.19

CMYK Percentages of Color #cfade1

%8
%23
%0
%12

Triadic Colors of #cfade1

#cfade1 #e1cfad #ade1cf

Analogous Colors of #cfade1

#cfade1 #e1add9 #b5ade1

Monochromatic Colors of #cfade1

#cfade1

Complementary Color

#cfade1 #bfe1ad

#cfade1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfade1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfade1 Color CSS Codes

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

#cfade1 Text Font Color

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

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


#cfade1 Background Color

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

This div background color is #cfade1


#cfade1 Border Color

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

This div border color is #cfade1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfade1


Comments

No comments written yet.

Please login to write comment.