Color Hex Logo

#ceaeee Color Hex

#CEAEEE
(206,174,238)
0 Favorites   0 Comments

Color spaces of #ceaeee

RGB 206174238
HSL0.750.650.81
HSV270°27°93°
CMYK 0.130.270.00   0.07
XYZ56.022349.567087.5036
Yxy49.56700.29010.2567
Hunter Lab70.403818.8307-24.4077
CIE-Lab75.802723.5207-27.6648

#ceaeee color RGB value is (206,174,238).

#ceaeee hex color red value is 206, green value is 174 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #ceaeee hue: 0.75 , saturation: 0.65 and the lightness value of ceaeee is 0.81.

The process color (four color CMYK) of #ceaeee color hex is 0.13, 0.27, 0.00, 0.07. Web safe color of #ceaeee is #cc99ff. Color #ceaeee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101110 11101110
Octal 316 256 356
Decimal 206 174 238
Hex CE AE EE

RGB Percentages of Color #ceaeee

%33.33
%28.16
%38.51

CMYK Percentages of Color #ceaeee

%13
%27
%0
%7

Triadic Colors of #ceaeee

#ceaeee #eeceae #aeeece

Analogous Colors of #ceaeee

#ceaeee #eeaeee #aeaeee

Monochromatic Colors of #ceaeee

#ceaeee

Complementary Color

#ceaeee #ceeeae

#ceaeee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceaeee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceaeee Color CSS Codes

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

#ceaeee Text Font Color

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

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


#ceaeee Background Color

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

This div background color is #ceaeee


#ceaeee Border Color

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

This div border color is #ceaeee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceaeee


Comments

No comments written yet.

Please login to write comment.