Color Hex Logo

#dbe549 Color Hex

#DBE549
(219,229,73)
0 Favorites   0 Comments

Color spaces of #dbe549

RGB 21922973
HSL0.180.750.59
HSV64°68°90°
CMYK 0.040.000.68   0.10
XYZ58.435371.579717.0397
Yxy71.57970.39740.4868
Hunter Lab84.6048-24.771047.2821
CIE-Lab87.7659-22.110171.1286

#dbe549 color RGB value is (219,229,73).

#dbe549 hex color red value is 219, green value is 229 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #dbe549 hue: 0.18 , saturation: 0.75 and the lightness value of dbe549 is 0.59.

The process color (four color CMYK) of #dbe549 color hex is 0.04, 0.00, 0.68, 0.10. Web safe color of #dbe549 is #cccc33. Color #dbe549 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100101 01001001
Octal 333 345 111
Decimal 219 229 73
Hex DB E5 49

RGB Percentages of Color #dbe549

%42.03
%43.95
%14.01

CMYK Percentages of Color #dbe549

%4
%0
%68
%10

Triadic Colors of #dbe549

#dbe549 #49dbe5 #e549db

Analogous Colors of #dbe549

#dbe549 #8de549 #e5a149

Monochromatic Colors of #dbe549

#dbe549

Complementary Color

#dbe549 #5349e5

#dbe549 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe549 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe549 Color CSS Codes

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

#dbe549 Text Font Color

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

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


#dbe549 Background Color

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

This div background color is #dbe549


#dbe549 Border Color

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

This div border color is #dbe549


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe549


Comments

No comments written yet.

Please login to write comment.