Color Hex Logo

#cfaeea Color Hex

#CFAEEA
(207,174,234)
0 Favorites   0 Comments

Color spaces of #cfaeea

RGB 207174234
HSL0.760.590.80
HSV273°26°92°
CMYK 0.120.260.00   0.08
XYZ55.719549.478084.4554
Yxy49.47800.29380.2609
Hunter Lab70.340618.3007-21.9489
CIE-Lab75.747723.0011-25.5749

#cfaeea color RGB value is (207,174,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101110 11101010
Octal 317 256 352
Decimal 207 174 234
Hex CF AE EA

RGB Percentages of Color #cfaeea

%33.66
%28.29
%38.05

CMYK Percentages of Color #cfaeea

%12
%26
%0
%8

Triadic Colors of #cfaeea

#cfaeea #eacfae #aeeacf

Analogous Colors of #cfaeea

#cfaeea #eaaee7 #b1aeea

Monochromatic Colors of #cfaeea

#cfaeea

Complementary Color

#cfaeea #c9eaae

#cfaeea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfaeea Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfaeea Color CSS Codes

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

#cfaeea Text Font Color

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

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


#cfaeea Background Color

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

This div background color is #cfaeea


#cfaeea Border Color

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

This div border color is #cfaeea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfaeea


Comments

No comments written yet.

Please login to write comment.