Color Hex Logo

#dbe13a Color Hex

#DBE13A
(219,225,58)
0 Favorites   0 Comments

Color spaces of #dbe13a

RGB 21922558
HSL0.170.740.55
HSV62°74°88°
CMYK 0.030.000.74   0.12
XYZ56.902469.216014.3639
Yxy69.21600.40510.4927
Hunter Lab83.1962-23.507448.0008
CIE-Lab86.6109-20.882375.1029

#dbe13a color RGB value is (219,225,58).

#dbe13a hex color red value is 219, green value is 225 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #dbe13a hue: 0.17 , saturation: 0.74 and the lightness value of dbe13a is 0.55.

The process color (four color CMYK) of #dbe13a color hex is 0.03, 0.00, 0.74, 0.12. Web safe color of #dbe13a is #cccc33. Color #dbe13a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100001 00111010
Octal 333 341 72
Decimal 219 225 58
Hex DB E1 3A

RGB Percentages of Color #dbe13a

%43.63
%44.82
%11.55

CMYK Percentages of Color #dbe13a

%3
%0
%74
%12

Triadic Colors of #dbe13a

#dbe13a #3adbe1 #e13adb

Analogous Colors of #dbe13a

#dbe13a #88e13a #e1943a

Monochromatic Colors of #dbe13a

#dbe13a

Complementary Color

#dbe13a #403ae1

#dbe13a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe13a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe13a Color CSS Codes

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

#dbe13a Text Font Color

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

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


#dbe13a Background Color

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

This div background color is #dbe13a


#dbe13a Border Color

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

This div border color is #dbe13a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe13a


Comments

No comments written yet.

Please login to write comment.