Color Hex Logo

#cfaad7 Color Hex

#CFAAD7
(207,170,215)
0 Favorites   0 Comments

Color spaces of #cfaad7

RGB 207170215
HSL0.800.360.75
HSV289°21°84°
CMYK 0.040.210.00   0.16
XYZ52.372646.921170.5863
Yxy46.92110.30830.2762
Hunter Lab68.499016.6034-13.1474
CIE-Lab74.139321.3819-17.6820

#cfaad7 color RGB value is (207,170,215).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101010 11010111
Octal 317 252 327
Decimal 207 170 215
Hex CF AA D7

RGB Percentages of Color #cfaad7

%34.97
%28.72
%36.32

CMYK Percentages of Color #cfaad7

%4
%21
%0
%16

Triadic Colors of #cfaad7

#cfaad7 #d7cfaa #aad7cf

Analogous Colors of #cfaad7

#cfaad7 #d7aac9 #b9aad7

Monochromatic Colors of #cfaad7

#cfaad7

Complementary Color

#cfaad7 #b2d7aa

#cfaad7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfaad7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfaad7 Color CSS Codes

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

#cfaad7 Text Font Color

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

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


#cfaad7 Background Color

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

This div background color is #cfaad7


#cfaad7 Border Color

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

This div border color is #cfaad7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfaad7


Comments

No comments written yet.

Please login to write comment.