Color Hex Logo

#dbf514 Color Hex

#DBF514
(219,245,20)
0 Favorites   0 Comments

Color spaces of #dbf514

RGB 21924520
HSL0.190.920.52
HSV67°92°96°
CMYK 0.110.000.92   0.04
XYZ61.992180.415412.9162
Yxy80.41540.39910.5177
Hunter Lab89.6746-33.533554.2325
CIE-Lab91.8709-31.347587.7142

#dbf514 color RGB value is (219,245,20).

#dbf514 hex color red value is 219, green value is 245 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #dbf514 hue: 0.19 , saturation: 0.92 and the lightness value of dbf514 is 0.52.

The process color (four color CMYK) of #dbf514 color hex is 0.11, 0.00, 0.92, 0.04. Web safe color of #dbf514 is #ccff00. Color #dbf514 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11110101 00010100
Octal 333 365 24
Decimal 219 245 20
Hex DB F5 14

RGB Percentages of Color #dbf514

%45.25
%50.62
%4.13

CMYK Percentages of Color #dbf514

%11
%0
%92
%4

Triadic Colors of #dbf514

#dbf514 #14dbf5 #f514db

Analogous Colors of #dbf514

#dbf514 #6bf514 #f59f14

Monochromatic Colors of #dbf514

#dbf514

Complementary Color

#dbf514 #2e14f5

#dbf514 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbf514 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbf514 Color CSS Codes

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

#dbf514 Text Font Color

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

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


#dbf514 Background Color

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

This div background color is #dbf514


#dbf514 Border Color

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

This div border color is #dbf514


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbf514

Related Colors


Comments

No comments written yet.

Please login to write comment.