Color Hex Logo

#dbe349 Color Hex

#DBE349
(219,227,73)
0 Favorites   0 Comments

Color spaces of #dbe349

RGB 21922773
HSL0.180.730.59
HSV63°68°89°
CMYK 0.040.000.68   0.11
XYZ57.885170.479316.8563
Yxy70.47930.39860.4853
Hunter Lab83.9520-23.839746.8618
CIE-Lab87.2314-21.144970.5951

#dbe349 color RGB value is (219,227,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100011 01001001
Octal 333 343 111
Decimal 219 227 73
Hex DB E3 49

RGB Percentages of Color #dbe349

%42.20
%43.74
%14.07

CMYK Percentages of Color #dbe349

%4
%0
%68
%11

Triadic Colors of #dbe349

#dbe349 #49dbe3 #e349db

Analogous Colors of #dbe349

#dbe349 #8ee349 #e39e49

Monochromatic Colors of #dbe349

#dbe349

Complementary Color

#dbe349 #5149e3

#dbe349 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe349 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe349 Color CSS Codes

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

#dbe349 Text Font Color

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

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


#dbe349 Background Color

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

This div background color is #dbe349


#dbe349 Border Color

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

This div border color is #dbe349


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe349


Comments

No comments written yet.

Please login to write comment.