Color Hex Logo

#ceaeea Color Hex

#CEAEEA
(206,174,234)
0 Favorites   0 Comments

Color spaces of #ceaeea

RGB 206174234
HSL0.760.590.80
HSV272°26°92°
CMYK 0.120.260.00   0.08
XYZ55.440949.334484.4423
Yxy49.33440.29300.2607
Hunter Lab70.238517.9771-22.1129
CIE-Lab75.658922.6854-25.7185

#ceaeea color RGB value is (206,174,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101110 11101010
Octal 316 256 352
Decimal 206 174 234
Hex CE AE EA

RGB Percentages of Color #ceaeea

%33.55
%28.34
%38.11

CMYK Percentages of Color #ceaeea

%12
%26
%0
%8

Triadic Colors of #ceaeea

#ceaeea #eaceae #aeeace

Analogous Colors of #ceaeea

#ceaeea #eaaee8 #b0aeea

Monochromatic Colors of #ceaeea

#ceaeea

Complementary Color

#ceaeea #caeaae

#ceaeea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceaeea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceaeea Color CSS Codes

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

#ceaeea Text Font Color

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

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


#ceaeea Background Color

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

This div background color is #ceaeea


#ceaeea Border Color

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

This div border color is #ceaeea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,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 #ceaeea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceaeea


Comments

No comments written yet.

Please login to write comment.