color codes Logo

#dbe11a color codes

#DBE11A
(219,225,26)
0 Favorites   0 Comments

Color spaces of #dbe11a

RGB 21922526
HSL0.170.790.49
HSV62°88°88°
CMYK 0.030.000.88   0.12
XYZ56.325168.985111.3241
Yxy68.98510.41220.5049
Hunter Lab83.0573-24.300850.0564
CIE-Lab86.4967-21.819982.6643

#dbe11a color RGB value is (219,225,26).

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

The process color (four color CMYK) of #dbe11a color code is 0.03, 0.00, 0.88, 0.12. Web safe color of #dbe11a is #cccc33. Color #dbe11a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100001 00011010
Octal 333 341 32
Decimal 219 225 26
Hex DB E1 1A

RGB Percentages of Color #dbe11a

%46.60
%47.87
%5.53

CMYK Percentages of Color #dbe11a

%3
%0
%88
%12

Triadic Colors of #dbe11a

#dbe11a #1adbe1 #e11adb

Analogous Colors of #dbe11a

#dbe11a #78e11a #e1841a

Monochromatic Colors of #dbe11a

#dbe11a

Complementary Color

#dbe11a #201ae1

#dbe11a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe11a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe11a Color CSS Codes

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

#dbe11a Text Font Color

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

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


#dbe11a Background Color

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

This div background color is #dbe11a


#dbe11a Border Color

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

This div border color is #dbe11a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,225,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 #dbe11a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe11a


Comments

No comments written yet.

Please login to write comment.