Color Hex Logo

#dcecb4 Color Hex

#DCECB4
(220,236,180)
0 Favorites   0 Comments

Color spaces of #dcecb4

RGB 220236180
HSL0.210.600.82
HSV77°24°93°
CMYK 0.070.000.24   0.07
XYZ67.748978.501854.7616
Yxy78.50180.33700.3905
Hunter Lab88.6012-18.562225.3756
CIE-Lab91.0084-14.602725.4466

#dcecb4 color RGB value is (220,236,180).

#dcecb4 hex color red value is 220, green value is 236 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #dcecb4 hue: 0.21 , saturation: 0.60 and the lightness value of dcecb4 is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101100 10110100
Octal 334 354 264
Decimal 220 236 180
Hex DC EC B4

RGB Percentages of Color #dcecb4

%34.59
%37.11
%28.30

CMYK Percentages of Color #dcecb4

%7
%0
%24
%7

Triadic Colors of #dcecb4

#dcecb4 #b4dcec #ecb4dc

Analogous Colors of #dcecb4

#dcecb4 #c0ecb4 #ece0b4

Monochromatic Colors of #dcecb4

#dcecb4

Complementary Color

#dcecb4 #c4b4ec

#dcecb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcecb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcecb4 Color CSS Codes

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

#dcecb4 Text Font Color

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

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


#dcecb4 Background Color

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

This div background color is #dcecb4


#dcecb4 Border Color

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

This div border color is #dcecb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcecb4


Comments

No comments written yet.

Please login to write comment.