Color Hex Logo

#cecaea Color Hex

#CECAEA
(206,202,234)
0 Favorites   0 Comments

Color spaces of #cecaea

RGB 206202234
HSL0.690.430.85
HSV248°14°92°
CMYK 0.120.140.00   0.08
XYZ61.425461.303486.4372
Yxy61.30340.29370.2931
Hunter Lab78.29653.0185-10.6470
CIE-Lab82.54167.5398-15.2876

#cecaea color RGB value is (206,202,234).

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

The process color (four color CMYK) of #cecaea color hex is 0.12, 0.14, 0.00, 0.08. Web safe color of #cecaea is #ccccff. Color #cecaea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11001010 11101010
Octal 316 312 352
Decimal 206 202 234
Hex CE CA EA

RGB Percentages of Color #cecaea

%32.09
%31.46
%36.45

CMYK Percentages of Color #cecaea

%12
%14
%0
%8

Triadic Colors of #cecaea

#cecaea #eaceca #caeace

Analogous Colors of #cecaea

#cecaea #decaea #cad6ea

Monochromatic Colors of #cecaea

#cecaea

Complementary Color

#cecaea #e6eaca

#cecaea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cecaea Color Preview on White Background

Lorem ipsum dolor sit amet.

#cecaea Color CSS Codes

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

#cecaea Text Font Color

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

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


#cecaea Background Color

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

This div background color is #cecaea


#cecaea Border Color

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

This div border color is #cecaea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cecaea


Comments

No comments written yet.

Please login to write comment.