Color Hex Logo

#dbde1a Color Hex

#DBDE1A
(219,222,26)
0 Favorites   0 Comments

Color spaces of #dbde1a

RGB 21922226
HSL0.170.790.49
HSV61°88°87°
CMYK 0.010.000.88   0.13
XYZ55.521167.377211.0561
Yxy67.37720.41450.5030
Hunter Lab82.0836-22.909549.4726
CIE-Lab85.6941-20.368382.0284

#dbde1a color RGB value is (219,222,26).

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

The process color (four color CMYK) of #dbde1a color hex is 0.01, 0.00, 0.88, 0.13. Web safe color of #dbde1a is #cccc33. Color #dbde1a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011110 00011010
Octal 333 336 32
Decimal 219 222 26
Hex DB DE 1A

RGB Percentages of Color #dbde1a

%46.90
%47.54
%5.57

CMYK Percentages of Color #dbde1a

%1
%0
%88
%13

Triadic Colors of #dbde1a

#dbde1a #1adbde #de1adb

Analogous Colors of #dbde1a

#dbde1a #79de1a #de7f1a

Monochromatic Colors of #dbde1a

#dbde1a

Complementary Color

#dbde1a #1d1ade

#dbde1a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbde1a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbde1a Color CSS Codes

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

#dbde1a Text Font Color

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

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


#dbde1a Background Color

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

This div background color is #dbde1a


#dbde1a Border Color

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

This div border color is #dbde1a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbde1a


Comments

No comments written yet.

Please login to write comment.