Color Hex Logo

#dbedbe Color Hex

#DBEDBE
(219,237,190)
0 Favorites   0 Comments

Color spaces of #dbedbe

RGB 219237190
HSL0.230.570.84
HSV83°20°93°
CMYK 0.080.000.20   0.07
XYZ68.791979.346160.4048
Yxy79.34610.32990.3805
Hunter Lab89.0764-18.031922.1476
CIE-Lab91.3907-13.970120.8199

#dbedbe color RGB value is (219,237,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101101 10111110
Octal 333 355 276
Decimal 219 237 190
Hex DB ED BE

RGB Percentages of Color #dbedbe

%33.90
%36.69
%29.41

CMYK Percentages of Color #dbedbe

%8
%0
%20
%7

Triadic Colors of #dbedbe

#dbedbe #bedbed #edbedb

Analogous Colors of #dbedbe

#dbedbe #c4edbe #ede8be

Monochromatic Colors of #dbedbe

#dbedbe

Complementary Color

#dbedbe #d0beed

#dbedbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbedbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbedbe Color CSS Codes

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

#dbedbe Text Font Color

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

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


#dbedbe Background Color

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

This div background color is #dbedbe


#dbedbe Border Color

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

This div border color is #dbedbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbedbe


Comments

No comments written yet.

Please login to write comment.