Color Hex Logo

#cfaaef Color Hex

#CFAAEF
(207,170,239)
0 Favorites   0 Comments

Color spaces of #cfaaef

RGB 207170239
HSL0.760.680.80
HSV272°29°94°
CMYK 0.130.290.00   0.06
XYZ55.686848.246888.0389
Yxy48.24680.29010.2513
Hunter Lab69.459921.5506-26.5268
CIE-Lab74.980326.2270-29.4611

#cfaaef color RGB value is (207,170,239).

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

The process color (four color CMYK) of #cfaaef color hex is 0.13, 0.29, 0.00, 0.06. Web safe color of #cfaaef is #cc99ff. Color #cfaaef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101010 11101111
Octal 317 252 357
Decimal 207 170 239
Hex CF AA EF

RGB Percentages of Color #cfaaef

%33.60
%27.60
%38.80

CMYK Percentages of Color #cfaaef

%13
%29
%0
%6

Triadic Colors of #cfaaef

#cfaaef #efcfaa #aaefcf

Analogous Colors of #cfaaef

#cfaaef #efaaed #adaaef

Monochromatic Colors of #cfaaef

#cfaaef

Complementary Color

#cfaaef #caefaa

#cfaaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfaaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfaaef Color CSS Codes

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

#cfaaef Text Font Color

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

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


#cfaaef Background Color

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

This div background color is #cfaaef


#cfaaef Border Color

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

This div border color is #cfaaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfaaef


Comments

No comments written yet.

Please login to write comment.