Color Hex Logo

#dcedbf Color Hex

#DCEDBF
(220,237,191)
0 Favorites   0 Comments

Color spaces of #dcedbf

RGB 220237191
HSL0.230.560.84
HSV82°19°93°
CMYK 0.070.000.19   0.07
XYZ69.203479.545660.9966
Yxy79.54560.32990.3792
Hunter Lab89.1883-17.577121.8829
CIE-Lab91.4806-13.464420.4400

#dcedbf color RGB value is (220,237,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101101 10111111
Octal 334 355 277
Decimal 220 237 191
Hex DC ED BF

RGB Percentages of Color #dcedbf

%33.95
%36.57
%29.48

CMYK Percentages of Color #dcedbf

%7
%0
%19
%7

Triadic Colors of #dcedbf

#dcedbf #bfdced #edbfdc

Analogous Colors of #dcedbf

#dcedbf #c5edbf #ede7bf

Monochromatic Colors of #dcedbf

#dcedbf

Complementary Color

#dcedbf #d0bfed

#dcedbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcedbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcedbf Color CSS Codes

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

#dcedbf Text Font Color

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

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


#dcedbf Background Color

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

This div background color is #dcedbf


#dcedbf Border Color

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

This div border color is #dcedbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcedbf


Comments

No comments written yet.

Please login to write comment.