Color Hex Logo

#dbe60f Color Hex

#DBE60F
(219,230,15)
0 Favorites   0 Comments

Color spaces of #dbe60f

RGB 21923015
HSL0.180.880.48
HSV63°93°90°
CMYK 0.050.000.93   0.10
XYZ57.596571.688211.2535
Yxy71.68820.40980.5101
Hunter Lab84.6689-26.744951.3879
CIE-Lab87.8183-24.380185.1388

#dbe60f color RGB value is (219,230,15).

#dbe60f hex color red value is 219, green value is 230 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #dbe60f hue: 0.18 , saturation: 0.88 and the lightness value of dbe60f is 0.48.

The process color (four color CMYK) of #dbe60f color hex is 0.05, 0.00, 0.93, 0.10. Web safe color of #dbe60f is #ccff00. Color #dbe60f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100110 00001111
Octal 333 346 17
Decimal 219 230 15
Hex DB E6 F

RGB Percentages of Color #dbe60f

%47.20
%49.57
%3.23

CMYK Percentages of Color #dbe60f

%5
%0
%93
%10

Triadic Colors of #dbe60f

#dbe60f #0fdbe6 #e60fdb

Analogous Colors of #dbe60f

#dbe60f #70e60f #e6860f

Monochromatic Colors of #dbe60f

#dbe60f

Complementary Color

#dbe60f #1a0fe6

#dbe60f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe60f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe60f Color CSS Codes

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

#dbe60f Text Font Color

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

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


#dbe60f Background Color

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

This div background color is #dbe60f


#dbe60f Border Color

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

This div border color is #dbe60f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe60f


Comments

No comments written yet.

Please login to write comment.