Color Hex Logo

#dbde7a Color Hex

#DBDE7A
(219,222,122)
0 Favorites   0 Comments

Color spaces of #dbde7a

RGB 219222122
HSL0.170.600.67
HSV62°45°87°
CMYK 0.010.000.45   0.13
XYZ58.847568.707828.5727
Yxy68.70780.37690.4401
Hunter Lab82.8902-18.332537.5855
CIE-Lab86.3591-15.049348.4369

#dbde7a color RGB value is (219,222,122).

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

The process color (four color CMYK) of #dbde7a color hex is 0.01, 0.00, 0.45, 0.13. Web safe color of #dbde7a is #cccc66. Color #dbde7a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011110 01111010
Octal 333 336 172
Decimal 219 222 122
Hex DB DE 7A

RGB Percentages of Color #dbde7a

%38.90
%39.43
%21.67

CMYK Percentages of Color #dbde7a

%1
%0
%45
%13

Triadic Colors of #dbde7a

#dbde7a #7adbde #de7adb

Analogous Colors of #dbde7a

#dbde7a #a9de7a #deaf7a

Monochromatic Colors of #dbde7a

#dbde7a

Complementary Color

#dbde7a #7d7ade

#dbde7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbde7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbde7a Color CSS Codes

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

#dbde7a Text Font Color

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

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


#dbde7a Background Color

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

This div background color is #dbde7a


#dbde7a Border Color

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

This div border color is #dbde7a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbde7a


Comments

No comments written yet.

Please login to write comment.