Color Hex Logo

#cecaee Color Hex

#CECAEE
(206,202,238)
0 Favorites   0 Comments

Color spaces of #cecaee

RGB 206202238
HSL0.690.510.86
HSV247°15°93°
CMYK 0.130.150.00   0.07
XYZ62.006761.535989.4984
Yxy61.53590.29110.2888
Hunter Lab78.44483.8169-12.7331
CIE-Lab82.66608.3629-17.2339

#cecaee color RGB value is (206,202,238).

#cecaee hex color red value is 206, green value is 202 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #cecaee hue: 0.69 , saturation: 0.51 and the lightness value of cecaee is 0.86.

The process color (four color CMYK) of #cecaee color hex is 0.13, 0.15, 0.00, 0.07. Web safe color of #cecaee is #ccccff. Color #cecaee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11001010 11101110
Octal 316 312 356
Decimal 206 202 238
Hex CE CA EE

RGB Percentages of Color #cecaee

%31.89
%31.27
%36.84

CMYK Percentages of Color #cecaee

%13
%15
%0
%7

Triadic Colors of #cecaee

#cecaee #eececa #caeece

Analogous Colors of #cecaee

#cecaee #e0caee #cad8ee

Monochromatic Colors of #cecaee

#cecaee

Complementary Color

#cecaee #eaeeca

#cecaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cecaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#cecaee Color CSS Codes

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

#cecaee Text Font Color

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

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


#cecaee Background Color

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

This div background color is #cecaee


#cecaee Border Color

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

This div border color is #cecaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cecaee


Comments

No comments written yet.

Please login to write comment.