Color Hex Logo

#dcefbf Color Hex

#DCEFBF
(220,239,191)
0 Favorites   0 Comments

Color spaces of #dcefbf

RGB 220239191
HSL0.230.600.84
HSV84°20°94°
CMYK 0.080.000.20   0.06
XYZ69.785780.710261.1908
Yxy80.71020.32970.3813
Hunter Lab89.8389-18.561422.5038
CIE-Lab92.0026-14.456221.1652

#dcefbf color RGB value is (220,239,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101111 10111111
Octal 334 357 277
Decimal 220 239 191
Hex DC EF BF

RGB Percentages of Color #dcefbf

%33.85
%36.77
%29.38

CMYK Percentages of Color #dcefbf

%8
%0
%20
%6

Triadic Colors of #dcefbf

#dcefbf #bfdcef #efbfdc

Analogous Colors of #dcefbf

#dcefbf #c4efbf #efeabf

Monochromatic Colors of #dcefbf

#dcefbf

Complementary Color

#dcefbf #d2bfef

#dcefbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcefbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcefbf Color CSS Codes

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

#dcefbf Text Font Color

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

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


#dcefbf Background Color

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

This div background color is #dcefbf


#dcefbf Border Color

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

This div border color is #dcefbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcefbf


Comments

No comments written yet.

Please login to write comment.