Color Hex Logo

#cfaaec Color Hex

#CFAAEC
(207,170,236)
0 Favorites   0 Comments

Color spaces of #cfaaec

RGB 207170236
HSL0.760.630.80
HSV274°28°93°
CMYK 0.120.280.00   0.07
XYZ55.247248.071085.7237
Yxy48.07100.29220.2543
Hunter Lab69.333320.9020-24.7729
CIE-Lab74.869725.6000-28.0040

#cfaaec color RGB value is (207,170,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101010 11101100
Octal 317 252 354
Decimal 207 170 236
Hex CF AA EC

RGB Percentages of Color #cfaaec

%33.77
%27.73
%38.50

CMYK Percentages of Color #cfaaec

%12
%28
%0
%7

Triadic Colors of #cfaaec

#cfaaec #eccfaa #aaeccf

Analogous Colors of #cfaaec

#cfaaec #ecaae8 #aeaaec

Monochromatic Colors of #cfaaec

#cfaaec

Complementary Color

#cfaaec #c7ecaa

#cfaaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfaaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfaaec Color CSS Codes

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

#cfaaec Text Font Color

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

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


#cfaaec Background Color

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

This div background color is #cfaaec


#cfaaec Border Color

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

This div border color is #cfaaec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfaaec


Comments

No comments written yet.

Please login to write comment.