Color Hex Logo

#dbe516 Color Hex

#DBE516
(219,229,22)
0 Favorites   0 Comments

Color spaces of #dbe516

RGB 21922922
HSL0.170.820.49
HSV63°90°90°
CMYK 0.040.000.90   0.10
XYZ57.377571.156611.4695
Yxy71.15660.40980.5082
Hunter Lab84.3544-26.205250.9865
CIE-Lab87.5610-23.808284.0985

#dbe516 color RGB value is (219,229,22).

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

The process color (four color CMYK) of #dbe516 color hex is 0.04, 0.00, 0.90, 0.10. Web safe color of #dbe516 is #cccc00. Color #dbe516 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100101 00010110
Octal 333 345 26
Decimal 219 229 22
Hex DB E5 16

RGB Percentages of Color #dbe516

%46.60
%48.72
%4.68

CMYK Percentages of Color #dbe516

%4
%0
%90
%10

Triadic Colors of #dbe516

#dbe516 #16dbe5 #e516db

Analogous Colors of #dbe516

#dbe516 #74e516 #e58816

Monochromatic Colors of #dbe516

#dbe516

Complementary Color

#dbe516 #2016e5

#dbe516 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe516 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe516 Color CSS Codes

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

#dbe516 Text Font Color

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

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


#dbe516 Background Color

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

This div background color is #dbe516


#dbe516 Border Color

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

This div border color is #dbe516


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe516


Comments

No comments written yet.

Please login to write comment.