Color Hex Logo

#cfaaed Color Hex

#CFAAED
(207,170,237)
0 Favorites   0 Comments

Color spaces of #cfaaed

RGB 207170237
HSL0.760.650.80
HSV273°28°93°
CMYK 0.130.280.00   0.07
XYZ55.392948.129386.4911
Yxy48.12930.29150.2533
Hunter Lab69.375321.1171-25.3549
CIE-Lab74.906425.8083-28.4902

#cfaaed color RGB value is (207,170,237).

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

The process color (four color CMYK) of #cfaaed color hex is 0.13, 0.28, 0.00, 0.07. Web safe color of #cfaaed is #cc99ff. Color #cfaaed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101010 11101101
Octal 317 252 355
Decimal 207 170 237
Hex CF AA ED

RGB Percentages of Color #cfaaed

%33.71
%27.69
%38.60

CMYK Percentages of Color #cfaaed

%13
%28
%0
%7

Triadic Colors of #cfaaed

#cfaaed #edcfaa #aaedcf

Analogous Colors of #cfaaed

#cfaaed #edaaea #aeaaed

Monochromatic Colors of #cfaaed

#cfaaed

Complementary Color

#cfaaed #c8edaa

#cfaaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfaaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfaaed Color CSS Codes

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

#cfaaed Text Font Color

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

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


#cfaaed Background Color

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

This div background color is #cfaaed


#cfaaed Border Color

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

This div border color is #cfaaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfaaed


Comments

No comments written yet.

Please login to write comment.