Color Hex Logo

#ced5eb Color Hex

#CED5EB
(206,213,235)
0 Favorites   0 Comments

Color spaces of #ced5eb

RGB 206213235
HSL0.630.420.86
HSV226°12°92°
CMYK 0.120.090.00   0.08
XYZ64.243266.708588.0873
Yxy66.70850.29330.3046
Hunter Lab81.6753-2.5292-6.7720
CIE-Lab85.35651.9181-11.6052

#ced5eb color RGB value is (206,213,235).

#ced5eb hex color red value is 206, green value is 213 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ced5eb hue: 0.63 , saturation: 0.42 and the lightness value of ced5eb is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11010101 11101011
Octal 316 325 353
Decimal 206 213 235
Hex CE D5 EB

RGB Percentages of Color #ced5eb

%31.50
%32.57
%35.93

CMYK Percentages of Color #ced5eb

%12
%9
%0
%8

Triadic Colors of #ced5eb

#ced5eb #ebced5 #d5ebce

Analogous Colors of #ced5eb

#ced5eb #d6ceeb #cee4eb

Monochromatic Colors of #ced5eb

#ced5eb

Complementary Color

#ced5eb #ebe4ce

#ced5eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ced5eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ced5eb Color CSS Codes

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

#ced5eb Text Font Color

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

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


#ced5eb Background Color

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

This div background color is #ced5eb


#ced5eb Border Color

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

This div border color is #ced5eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ced5eb


Comments

No comments written yet.

Please login to write comment.