Color Hex Logo

#dbe30c Color Hex

#DBE30C
(219,227,12)
0 Favorites   0 Comments

Color spaces of #dbe30c

RGB 21922712
HSL0.170.900.47
HSV62°95°89°
CMYK 0.040.000.95   0.11
XYZ56.748970.024810.8730
Yxy70.02480.41230.5087
Hunter Lab83.6808-25.390150.8728
CIE-Lab87.0090-22.977784.8135

#dbe30c color RGB value is (219,227,12).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100011 00001100
Octal 333 343 14
Decimal 219 227 12
Hex DB E3 C

RGB Percentages of Color #dbe30c

%47.82
%49.56
%2.62

CMYK Percentages of Color #dbe30c

%4
%0
%95
%11

Triadic Colors of #dbe30c

#dbe30c #0cdbe3 #e30cdb

Analogous Colors of #dbe30c

#dbe30c #70e30c #e3800c

Monochromatic Colors of #dbe30c

#dbe30c

Complementary Color

#dbe30c #140ce3

#dbe30c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe30c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe30c Color CSS Codes

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

#dbe30c Text Font Color

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

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


#dbe30c Background Color

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

This div background color is #dbe30c


#dbe30c Border Color

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

This div border color is #dbe30c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe30c


Comments

No comments written yet.

Please login to write comment.