Color Hex Logo

#dcebed Color Hex

#DCEBED
(220,235,237)
0 Favorites   0 Comments

Color spaces of #dcebed

RGB 220235237
HSL0.520.320.90
HSV187°93°
CMYK 0.070.010.00   0.07
XYZ74.509680.746791.7794
Yxy80.74670.30160.3269
Hunter Lab89.8592-9.24462.3444
CIE-Lab92.0189-4.5698-2.6866

#dcebed color RGB value is (220,235,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101011 11101101
Octal 334 353 355
Decimal 220 235 237
Hex DC EB ED

RGB Percentages of Color #dcebed

%31.79
%33.96
%34.25

CMYK Percentages of Color #dcebed

%7
%1
%0
%7

Triadic Colors of #dcebed

#dcebed #eddceb #ebeddc

Analogous Colors of #dcebed

#dcebed #dce3ed #dcede7

Monochromatic Colors of #dcebed

#dcebed

Complementary Color

#dcebed #eddedc

#dcebed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcebed Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcebed Color CSS Codes

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

#dcebed Text Font Color

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

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


#dcebed Background Color

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

This div background color is #dcebed


#dcebed Border Color

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

This div border color is #dcebed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcebed


Comments

No comments written yet.

Please login to write comment.