Color Hex Logo

#cfaaeb Color Hex

#CFAAEB
(207,170,235)
0 Favorites   0 Comments

Color spaces of #cfaaeb

RGB 207170235
HSL0.760.620.79
HSV274°28°92°
CMYK 0.120.280.00   0.08
XYZ55.102248.013084.9605
Yxy48.01300.29300.2553
Hunter Lab69.291420.6875-24.1934
CIE-Lab74.833125.3922-27.5174

#cfaaeb color RGB value is (207,170,235).

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

The process color (four color CMYK) of #cfaaeb color hex is 0.12, 0.28, 0.00, 0.08. Web safe color of #cfaaeb is #cc99ff. Color #cfaaeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101010 11101011
Octal 317 252 353
Decimal 207 170 235
Hex CF AA EB

RGB Percentages of Color #cfaaeb

%33.82
%27.78
%38.40

CMYK Percentages of Color #cfaaeb

%12
%28
%0
%8

Triadic Colors of #cfaaeb

#cfaaeb #ebcfaa #aaebcf

Analogous Colors of #cfaaeb

#cfaaeb #ebaae7 #afaaeb

Monochromatic Colors of #cfaaeb

#cfaaeb

Complementary Color

#cfaaeb #c6ebaa

#cfaaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfaaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfaaeb Color CSS Codes

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

#cfaaeb Text Font Color

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

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


#cfaaeb Background Color

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

This div background color is #cfaaeb


#cfaaeb Border Color

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

This div border color is #cfaaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfaaeb


Comments

No comments written yet.

Please login to write comment.