Color Hex Logo

#dbf319 Color Hex

#DBF319
(219,243,25)
0 Favorites   0 Comments

Color spaces of #dbf319

RGB 21924325
HSL0.190.900.53
HSV67°90°95°
CMYK 0.100.000.90   0.05
XYZ61.439579.231412.9747
Yxy79.23140.39990.5157
Hunter Lab89.0120-32.563553.6661
CIE-Lab91.3389-30.346586.6488

#dbf319 color RGB value is (219,243,25).

#dbf319 hex color red value is 219, green value is 243 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #dbf319 hue: 0.19 , saturation: 0.90 and the lightness value of dbf319 is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11110011 00011001
Octal 333 363 31
Decimal 219 243 25
Hex DB F3 19

RGB Percentages of Color #dbf319

%44.97
%49.90
%5.13

CMYK Percentages of Color #dbf319

%10
%0
%90
%5

Triadic Colors of #dbf319

#dbf319 #19dbf3 #f319db

Analogous Colors of #dbf319

#dbf319 #6ef319 #f39e19

Monochromatic Colors of #dbf319

#dbf319

Complementary Color

#dbf319 #3119f3

#dbf319 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbf319 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbf319 Color CSS Codes

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

#dbf319 Text Font Color

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

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


#dbf319 Background Color

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

This div background color is #dbf319


#dbf319 Border Color

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

This div border color is #dbf319


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbf319


Comments

No comments written yet.

Please login to write comment.