Color Hex Logo

#dbee9c Color Hex

#DBEE9C
(219,238,156)
0 Favorites   0 Comments

Color spaces of #dbee9c

RGB 219238156
HSL0.210.710.77
HSV74°34°93°
CMYK 0.080.000.34   0.07
XYZ65.788778.609443.1582
Yxy78.60940.35080.4191
Hunter Lab88.6619-22.708333.2026
CIE-Lab91.0573-19.163237.6671

#dbee9c color RGB value is (219,238,156).

#dbee9c hex color red value is 219, green value is 238 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #dbee9c hue: 0.21 , saturation: 0.71 and the lightness value of dbee9c is 0.77.

The process color (four color CMYK) of #dbee9c color hex is 0.08, 0.00, 0.34, 0.07. Web safe color of #dbee9c is #ccff99. Color #dbee9c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101110 10011100
Octal 333 356 234
Decimal 219 238 156
Hex DB EE 9C

RGB Percentages of Color #dbee9c

%35.73
%38.83
%25.45

CMYK Percentages of Color #dbee9c

%8
%0
%34
%7

Triadic Colors of #dbee9c

#dbee9c #9cdbee #ee9cdb

Analogous Colors of #dbee9c

#dbee9c #b2ee9c #eed89c

Monochromatic Colors of #dbee9c

#dbee9c

Complementary Color

#dbee9c #af9cee

#dbee9c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbee9c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbee9c Color CSS Codes

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

#dbee9c Text Font Color

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

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


#dbee9c Background Color

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

This div background color is #dbee9c


#dbee9c Border Color

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

This div border color is #dbee9c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,238,156, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbee9c


Comments

No comments written yet.

Please login to write comment.