Color Hex Logo

#dbde8a Color Hex

#DBDE8A
(219,222,138)
0 Favorites   0 Comments

Color spaces of #dbde8a

RGB 219222138
HSL0.170.560.71
HSV62°38°87°
CMYK 0.010.000.38   0.13
XYZ59.922169.137634.2314
Yxy69.13760.36700.4234
Hunter Lab83.1490-16.873133.7954
CIE-Lab86.5721-13.389040.8550

#dbde8a color RGB value is (219,222,138).

#dbde8a hex color red value is 219, green value is 222 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #dbde8a hue: 0.17 , saturation: 0.56 and the lightness value of dbde8a is 0.71.

The process color (four color CMYK) of #dbde8a color hex is 0.01, 0.00, 0.38, 0.13. Web safe color of #dbde8a is #cccc99. Color #dbde8a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011110 10001010
Octal 333 336 212
Decimal 219 222 138
Hex DB DE 8A

RGB Percentages of Color #dbde8a

%37.82
%38.34
%23.83

CMYK Percentages of Color #dbde8a

%1
%0
%38
%13

Triadic Colors of #dbde8a

#dbde8a #8adbde #de8adb

Analogous Colors of #dbde8a

#dbde8a #b1de8a #deb78a

Monochromatic Colors of #dbde8a

#dbde8a

Complementary Color

#dbde8a #8d8ade

#dbde8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbde8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbde8a Color CSS Codes

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

#dbde8a Text Font Color

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

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


#dbde8a Background Color

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

This div background color is #dbde8a


#dbde8a Border Color

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

This div border color is #dbde8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbde8a


Comments

No comments written yet.

Please login to write comment.