Color Hex Logo

#ced6ed Color Hex

#CED6ED
(206,214,237)
0 Favorites   0 Comments

Color spaces of #ced6ed

RGB 206214237
HSL0.620.460.87
HSV225°13°93°
CMYK 0.130.100.00   0.07
XYZ64.786267.329489.7020
Yxy67.32940.29210.3035
Hunter Lab82.0545-2.6605-7.3777
CIE-Lab85.67001.7996-12.1965

#ced6ed color RGB value is (206,214,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11010110 11101101
Octal 316 326 355
Decimal 206 214 237
Hex CE D6 ED

RGB Percentages of Color #ced6ed

%31.35
%32.57
%36.07

CMYK Percentages of Color #ced6ed

%13
%10
%0
%7

Triadic Colors of #ced6ed

#ced6ed #edced6 #d6edce

Analogous Colors of #ced6ed

#ced6ed #d6ceed #cee6ed

Monochromatic Colors of #ced6ed

#ced6ed

Complementary Color

#ced6ed #ede5ce

#ced6ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ced6ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ced6ed Color CSS Codes

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

#ced6ed Text Font Color

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

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


#ced6ed Background Color

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

This div background color is #ced6ed


#ced6ed Border Color

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

This div border color is #ced6ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ced6ed


Comments

No comments written yet.

Please login to write comment.