Color Hex Logo

#ced4ea Color Hex

#CED4EA
(206,212,234)
0 Favorites   0 Comments

Color spaces of #ced4ea

RGB 206212234
HSL0.630.400.86
HSV227°12°92°
CMYK 0.120.090.00   0.08
XYZ63.848466.149387.2448
Yxy66.14930.29390.3045
Hunter Lab81.3322-2.2032-6.6676
CIE-Lab85.07252.2415-11.4989

#ced4ea color RGB value is (206,212,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11010100 11101010
Octal 316 324 352
Decimal 206 212 234
Hex CE D4 EA

RGB Percentages of Color #ced4ea

%31.60
%32.52
%35.89

CMYK Percentages of Color #ced4ea

%12
%9
%0
%8

Triadic Colors of #ced4ea

#ced4ea #eaced4 #d4eace

Analogous Colors of #ced4ea

#ced4ea #d6ceea #cee2ea

Monochromatic Colors of #ced4ea

#ced4ea

Complementary Color

#ced4ea #eae4ce

#ced4ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ced4ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ced4ea Color CSS Codes

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

#ced4ea Text Font Color

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

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


#ced4ea Background Color

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

This div background color is #ced4ea


#ced4ea Border Color

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

This div border color is #ced4ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ced4ea


Comments

No comments written yet.

Please login to write comment.