Color Hex Logo

#dcece5 Color Hex

#DCECE5
(220,236,229)
0 Favorites   0 Comments

Color spaces of #dcece5

RGB 220236229
HSL0.430.300.89
HSV154°93°
CMYK 0.070.000.03   0.07
XYZ73.653580.863785.8550
Yxy80.86370.30640.3364
Hunter Lab89.9242-11.16496.3400
CIE-Lab92.0710-6.56711.5592

#dcece5 color RGB value is (220,236,229).

#dcece5 hex color red value is 220, green value is 236 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #dcece5 hue: 0.43 , saturation: 0.30 and the lightness value of dcece5 is 0.89.

The process color (four color CMYK) of #dcece5 color hex is 0.07, 0.00, 0.03, 0.07. Web safe color of #dcece5 is #ccffcc. Color #dcece5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101100 11100101
Octal 334 354 345
Decimal 220 236 229
Hex DC EC E5

RGB Percentages of Color #dcece5

%32.12
%34.45
%33.43

CMYK Percentages of Color #dcece5

%7
%0
%3
%7

Triadic Colors of #dcece5

#dcece5 #e5dcec #ece5dc

Analogous Colors of #dcece5

#dcece5 #dcebec #dcecdd

Monochromatic Colors of #dcece5

#dcece5

Complementary Color

#dcece5 #ecdce3

#dcece5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcece5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcece5 Color CSS Codes

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

#dcece5 Text Font Color

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

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


#dcece5 Background Color

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

This div background color is #dcece5


#dcece5 Border Color

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

This div border color is #dcece5


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,236,229, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dcece5">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcece5


Comments

No comments written yet.

Please login to write comment.