Color Hex Logo

#cfade7 Color Hex

#CFADE7
(207,173,231)
0 Favorites   0 Comments

Color spaces of #cfade7

RGB 207173231
HSL0.760.550.79
HSV275°25°91°
CMYK 0.100.250.00   0.09
XYZ55.099548.922182.1401
Yxy48.92210.29600.2628
Hunter Lab69.944318.2130-20.6670
CIE-Lab75.402822.9298-24.4747

#cfade7 color RGB value is (207,173,231).

#cfade7 hex color red value is 207, green value is 173 and the blue value of its RGB is 231. Cylindrical-coordinate representations (also known as HSL) of color #cfade7 hue: 0.76 , saturation: 0.55 and the lightness value of cfade7 is 0.79.

The process color (four color CMYK) of #cfade7 color hex is 0.10, 0.25, 0.00, 0.09. Web safe color of #cfade7 is #cc99ff. Color #cfade7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101101 11100111
Octal 317 255 347
Decimal 207 173 231
Hex CF AD E7

RGB Percentages of Color #cfade7

%33.88
%28.31
%37.81

CMYK Percentages of Color #cfade7

%10
%25
%0
%9

Triadic Colors of #cfade7

#cfade7 #e7cfad #ade7cf

Analogous Colors of #cfade7

#cfade7 #e7ade2 #b2ade7

Monochromatic Colors of #cfade7

#cfade7

Complementary Color

#cfade7 #c5e7ad

#cfade7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfade7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfade7 Color CSS Codes

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

#cfade7 Text Font Color

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

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


#cfade7 Background Color

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

This div background color is #cfade7


#cfade7 Border Color

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

This div border color is #cfade7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfade7


Comments

No comments written yet.

Please login to write comment.