Color Hex Logo

#dbeeab Color Hex

#DBEEAB
(219,238,171)
0 Favorites   0 Comments

Color spaces of #dbeeab

RGB 219238171
HSL0.210.660.80
HSV77°28°93°
CMYK 0.080.000.28   0.07
XYZ67.138679.149450.2669
Yxy79.14940.34160.4027
Hunter Lab88.9659-20.984528.7766
CIE-Lab91.3018-17.212830.4289

#dbeeab color RGB value is (219,238,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101110 10101011
Octal 333 356 253
Decimal 219 238 171
Hex DB EE AB

RGB Percentages of Color #dbeeab

%34.87
%37.90
%27.23

CMYK Percentages of Color #dbeeab

%8
%0
%28
%7

Triadic Colors of #dbeeab

#dbeeab #abdbee #eeabdb

Analogous Colors of #dbeeab

#dbeeab #baeeab #eee0ab

Monochromatic Colors of #dbeeab

#dbeeab

Complementary Color

#dbeeab #beabee

#dbeeab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbeeab Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbeeab Color CSS Codes

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

#dbeeab Text Font Color

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

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


#dbeeab Background Color

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

This div background color is #dbeeab


#dbeeab Border Color

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

This div border color is #dbeeab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbeeab


Comments

No comments written yet.

Please login to write comment.