Color Hex Logo

#ceceed Color Hex

#CECEED
(206,206,237)
0 Favorites   0 Comments

Color spaces of #ceceed

RGB 206206237
HSL0.670.460.87
HSV240°13°93°
CMYK 0.130.130.00   0.07
XYZ62.811063.378889.0436
Yxy63.37880.29180.2945
Hunter Lab79.61081.5133-10.5875
CIE-Lab83.64136.0260-15.2345

#ceceed color RGB value is (206,206,237).

#ceceed hex color red value is 206, green value is 206 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #ceceed hue: 0.67 , saturation: 0.46 and the lightness value of ceceed is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11001110 11101101
Octal 316 316 355
Decimal 206 206 237
Hex CE CE ED

RGB Percentages of Color #ceceed

%31.74
%31.74
%36.52

CMYK Percentages of Color #ceceed

%13
%13
%0
%7

Triadic Colors of #ceceed

#ceceed #edcece #ceedce

Analogous Colors of #ceceed

#ceceed #deceed #cedeed

Monochromatic Colors of #ceceed

#ceceed

Complementary Color

#ceceed #ededce

#ceceed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceceed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceceed Color CSS Codes

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

#ceceed Text Font Color

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

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


#ceceed Background Color

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

This div background color is #ceceed


#ceceed Border Color

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

This div border color is #ceceed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceceed


Comments

No comments written yet.

Please login to write comment.