Color Hex Logo

#dbe42a Color Hex

#DBE42A
(219,228,42)
0 Favorites   0 Comments

Color spaces of #dbe42a

RGB 21922842
HSL0.170.780.53
HSV63°82°89°
CMYK 0.040.000.82   0.11
XYZ57.374770.714012.8157
Yxy70.71400.40720.5019
Hunter Lab84.0916-25.371949.8282
CIE-Lab87.3459-22.887680.1679

#dbe42a color RGB value is (219,228,42).

#dbe42a hex color red value is 219, green value is 228 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #dbe42a hue: 0.17 , saturation: 0.78 and the lightness value of dbe42a is 0.53.

The process color (four color CMYK) of #dbe42a color hex is 0.04, 0.00, 0.82, 0.11. Web safe color of #dbe42a is #cccc33. Color #dbe42a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100100 00101010
Octal 333 344 52
Decimal 219 228 42
Hex DB E4 2A

RGB Percentages of Color #dbe42a

%44.79
%46.63
%8.59

CMYK Percentages of Color #dbe42a

%4
%0
%82
%11

Triadic Colors of #dbe42a

#dbe42a #2adbe4 #e42adb

Analogous Colors of #dbe42a

#dbe42a #7ee42a #e4902a

Monochromatic Colors of #dbe42a

#dbe42a

Complementary Color

#dbe42a #332ae4

#dbe42a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe42a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe42a Color CSS Codes

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

#dbe42a Text Font Color

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

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


#dbe42a Background Color

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

This div background color is #dbe42a


#dbe42a Border Color

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

This div border color is #dbe42a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe42a


Comments

No comments written yet.

Please login to write comment.