Color Hex Logo

#ced6ee Color Hex

#CED6EE
(206,214,238)
0 Favorites   0 Comments

Color spaces of #ced6ee

RGB 206214238
HSL0.630.480.87
HSV225°13°93°
CMYK 0.130.100.00   0.07
XYZ64.932867.388090.4738
Yxy67.38800.29140.3025
Hunter Lab82.0902-2.4655-7.8820
CIE-Lab85.69952.0042-12.6819

#ced6ee color RGB value is (206,214,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11010110 11101110
Octal 316 326 356
Decimal 206 214 238
Hex CE D6 EE

RGB Percentages of Color #ced6ee

%31.31
%32.52
%36.17

CMYK Percentages of Color #ced6ee

%13
%10
%0
%7

Triadic Colors of #ced6ee

#ced6ee #eeced6 #d6eece

Analogous Colors of #ced6ee

#ced6ee #d6ceee #cee6ee

Monochromatic Colors of #ced6ee

#ced6ee

Complementary Color

#ced6ee #eee6ce

#ced6ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ced6ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ced6ee Color CSS Codes

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

#ced6ee Text Font Color

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

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


#ced6ee Background Color

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

This div background color is #ced6ee


#ced6ee Border Color

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

This div border color is #ced6ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ced6ee


Comments

No comments written yet.

Please login to write comment.