Color Hex Logo

#dceaed Color Hex

#DCEAED
(220,234,237)
0 Favorites   0 Comments

Color spaces of #dceaed

RGB 220234237
HSL0.530.320.90
HSV191°93°
CMYK 0.070.010.00   0.07
XYZ74.224180.175791.6842
Yxy80.17570.30160.3258
Hunter Lab89.5409-8.73061.9694
CIE-Lab91.7636-4.0594-3.0613

#dceaed color RGB value is (220,234,237).

#dceaed hex color red value is 220, green value is 234 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #dceaed hue: 0.53 , saturation: 0.32 and the lightness value of dceaed is 0.90.

The process color (four color CMYK) of #dceaed color hex is 0.07, 0.01, 0.00, 0.07. Web safe color of #dceaed is #ccffff. Color #dceaed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101010 11101101
Octal 334 352 355
Decimal 220 234 237
Hex DC EA ED

RGB Percentages of Color #dceaed

%31.84
%33.86
%34.30

CMYK Percentages of Color #dceaed

%7
%1
%0
%7

Triadic Colors of #dceaed

#dceaed #eddcea #eaeddc

Analogous Colors of #dceaed

#dceaed #dce2ed #dcede8

Monochromatic Colors of #dceaed

#dceaed

Complementary Color

#dceaed #eddfdc

#dceaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dceaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#dceaed Color CSS Codes

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

#dceaed Text Font Color

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

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


#dceaed Background Color

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

This div background color is #dceaed


#dceaed Border Color

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

This div border color is #dceaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dceaed


Comments

No comments written yet.

Please login to write comment.