Color Hex Logo

#dbe305 Color Hex

#DBE305
(219,227,5)
0 Favorites   0 Comments

Color spaces of #dbe305

RGB 2192275
HSL0.170.960.45
HSV62°98°89°
CMYK 0.040.000.98   0.11
XYZ56.709970.009210.6678
Yxy70.00920.41280.5096
Hunter Lab83.6715-25.443551.0108
CIE-Lab87.0014-23.041285.3877

#dbe305 color RGB value is (219,227,5).

#dbe305 hex color red value is 219, green value is 227 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #dbe305 hue: 0.17 , saturation: 0.96 and the lightness value of dbe305 is 0.45.

The process color (four color CMYK) of #dbe305 color hex is 0.04, 0.00, 0.98, 0.11. Web safe color of #dbe305 is #cccc00. Color #dbe305 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100011 00000101
Octal 333 343 5
Decimal 219 227 5
Hex DB E3 5

RGB Percentages of Color #dbe305

%48.56
%50.33
%1.11

CMYK Percentages of Color #dbe305

%4
%0
%98
%11

Triadic Colors of #dbe305

#dbe305 #05dbe3 #e305db

Analogous Colors of #dbe305

#dbe305 #6ce305 #e37c05

Monochromatic Colors of #dbe305

#dbe305

Complementary Color

#dbe305 #0d05e3

#dbe305 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe305 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe305 Color CSS Codes

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

#dbe305 Text Font Color

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

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


#dbe305 Background Color

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

This div background color is #dbe305


#dbe305 Border Color

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

This div border color is #dbe305


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe305


Comments

No comments written yet.

Please login to write comment.