Color Hex Logo

#cfaadd Color Hex

#CFAADD
(207,170,221)
0 Favorites   0 Comments

Color spaces of #cfaadd

RGB 207170221
HSL0.790.430.77
HSV284°23°87°
CMYK 0.060.230.00   0.13
XYZ53.158047.235374.7222
Yxy47.23530.30360.2697
Hunter Lab68.727917.7879-16.3515
CIE-Lab74.340022.5555-20.6527

#cfaadd color RGB value is (207,170,221).

#cfaadd hex color red value is 207, green value is 170 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #cfaadd hue: 0.79 , saturation: 0.43 and the lightness value of cfaadd is 0.77.

The process color (four color CMYK) of #cfaadd color hex is 0.06, 0.23, 0.00, 0.13. Web safe color of #cfaadd is #cc99cc. Color #cfaadd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101010 11011101
Octal 317 252 335
Decimal 207 170 221
Hex CF AA DD

RGB Percentages of Color #cfaadd

%34.62
%28.43
%36.96

CMYK Percentages of Color #cfaadd

%6
%23
%0
%13

Triadic Colors of #cfaadd

#cfaadd #ddcfaa #aaddcf

Analogous Colors of #cfaadd

#cfaadd #ddaad2 #b6aadd

Monochromatic Colors of #cfaadd

#cfaadd

Complementary Color

#cfaadd #b8ddaa

#cfaadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfaadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfaadd Color CSS Codes

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

#cfaadd Text Font Color

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

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


#cfaadd Background Color

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

This div background color is #cfaadd


#cfaadd Border Color

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

This div border color is #cfaadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfaadd


Comments

No comments written yet.

Please login to write comment.