Color Hex Logo

#cfadd7 Color Hex

#CFADD7
(207,173,215)
0 Favorites   0 Comments

Color spaces of #cfadd7

RGB 207173215
HSL0.800.340.76
HSV289°20°84°
CMYK 0.040.200.00   0.16
XYZ52.941448.058870.7759
Yxy48.05880.30820.2798
Hunter Lab69.324514.9983-12.0042
CIE-Lab74.862019.7453-16.5908

#cfadd7 color RGB value is (207,173,215).

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

The process color (four color CMYK) of #cfadd7 color hex is 0.04, 0.20, 0.00, 0.16. Web safe color of #cfadd7 is #cc99cc. Color #cfadd7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101101 11010111
Octal 317 255 327
Decimal 207 173 215
Hex CF AD D7

RGB Percentages of Color #cfadd7

%34.79
%29.08
%36.13

CMYK Percentages of Color #cfadd7

%4
%20
%0
%16

Triadic Colors of #cfadd7

#cfadd7 #d7cfad #add7cf

Analogous Colors of #cfadd7

#cfadd7 #d7adca #baadd7

Monochromatic Colors of #cfadd7

#cfadd7

Complementary Color

#cfadd7 #b5d7ad

#cfadd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfadd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfadd7 Color CSS Codes

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

#cfadd7 Text Font Color

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

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


#cfadd7 Background Color

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

This div background color is #cfadd7


#cfadd7 Border Color

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

This div border color is #cfadd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfadd7


Comments

No comments written yet.

Please login to write comment.