Color Hex Logo

#dcefbb Color Hex

#DCEFBB
(220,239,187)
0 Favorites   0 Comments

Color spaces of #dcefbb

RGB 220239187
HSL0.230.620.84
HSV82°22°94°
CMYK 0.080.000.22   0.06
XYZ69.351380.536558.9036
Yxy80.53650.33220.3857
Hunter Lab89.7421-19.106723.9036
CIE-Lab91.9250-15.059923.1141

#dcefbb color RGB value is (220,239,187).

#dcefbb hex color red value is 220, green value is 239 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #dcefbb hue: 0.23 , saturation: 0.62 and the lightness value of dcefbb is 0.84.

The process color (four color CMYK) of #dcefbb color hex is 0.08, 0.00, 0.22, 0.06. Web safe color of #dcefbb is #ccffcc. Color #dcefbb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101111 10111011
Octal 334 357 273
Decimal 220 239 187
Hex DC EF BB

RGB Percentages of Color #dcefbb

%34.06
%37.00
%28.95

CMYK Percentages of Color #dcefbb

%8
%0
%22
%6

Triadic Colors of #dcefbb

#dcefbb #bbdcef #efbbdc

Analogous Colors of #dcefbb

#dcefbb #c2efbb #efe8bb

Monochromatic Colors of #dcefbb

#dcefbb

Complementary Color

#dcefbb #cebbef

#dcefbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcefbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcefbb Color CSS Codes

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

#dcefbb Text Font Color

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

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


#dcefbb Background Color

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

This div background color is #dcefbb


#dcefbb Border Color

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

This div border color is #dcefbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcefbb


Comments

No comments written yet.

Please login to write comment.