Color Hex Logo

#dcedbe Color Hex

#DCEDBE
(220,237,190)
0 Favorites   0 Comments

Color spaces of #dcedbe

RGB 220237190
HSL0.230.570.84
HSV82°20°93°
CMYK 0.070.000.20   0.07
XYZ69.093779.501760.4189
Yxy79.50170.33060.3804
Hunter Lab89.1637-17.715422.2387
CIE-Lab91.4608-13.616920.9281

#dcedbe color RGB value is (220,237,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101101 10111110
Octal 334 355 276
Decimal 220 237 190
Hex DC ED BE

RGB Percentages of Color #dcedbe

%34.00
%36.63
%29.37

CMYK Percentages of Color #dcedbe

%7
%0
%20
%7

Triadic Colors of #dcedbe

#dcedbe #bedced #edbedc

Analogous Colors of #dcedbe

#dcedbe #c5edbe #ede7be

Monochromatic Colors of #dcedbe

#dcedbe

Complementary Color

#dcedbe #cfbeed

#dcedbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcedbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcedbe Color CSS Codes

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

#dcedbe Text Font Color

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

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


#dcedbe Background Color

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

This div background color is #dcedbe


#dcedbe Border Color

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

This div border color is #dcedbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcedbe


Comments

No comments written yet.

Please login to write comment.