Color Hex Logo

#dbe982 Color Hex

#DBE982
(219,233,130)
0 Favorites   0 Comments

Color spaces of #dbe982

RGB 219233130
HSL0.190.700.71
HSV68°44°91°
CMYK 0.060.000.44   0.09
XYZ62.381674.949632.2980
Yxy74.94960.36780.4418
Hunter Lab86.5734-22.883138.4821
CIE-Lab89.3694-19.658848.2879

#dbe982 color RGB value is (219,233,130).

#dbe982 hex color red value is 219, green value is 233 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #dbe982 hue: 0.19 , saturation: 0.70 and the lightness value of dbe982 is 0.71.

The process color (four color CMYK) of #dbe982 color hex is 0.06, 0.00, 0.44, 0.09. Web safe color of #dbe982 is #ccff99. Color #dbe982 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101001 10000010
Octal 333 351 202
Decimal 219 233 130
Hex DB E9 82

RGB Percentages of Color #dbe982

%37.63
%40.03
%22.34

CMYK Percentages of Color #dbe982

%6
%0
%44
%9

Triadic Colors of #dbe982

#dbe982 #82dbe9 #e982db

Analogous Colors of #dbe982

#dbe982 #a8e982 #e9c482

Monochromatic Colors of #dbe982

#dbe982

Complementary Color

#dbe982 #9082e9

#dbe982 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe982 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe982 Color CSS Codes

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

#dbe982 Text Font Color

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

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


#dbe982 Background Color

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

This div background color is #dbe982


#dbe982 Border Color

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

This div border color is #dbe982


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe982


Comments

No comments written yet.

Please login to write comment.