Color Hex Logo

#dbf549 Color Hex

#DBF549
(219,245,73)
0 Favorites   0 Comments

Color spaces of #dbf549

RGB 21924573
HSL0.190.900.62
HSV69°70°96°
CMYK 0.110.000.70   0.04
XYZ63.068480.845918.5841
Yxy80.84590.38810.4975
Hunter Lab89.9143-32.145350.6856
CIE-Lab92.0631-29.680775.3751

#dbf549 color RGB value is (219,245,73).

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

The process color (four color CMYK) of #dbf549 color hex is 0.11, 0.00, 0.70, 0.04. Web safe color of #dbf549 is #ccff33. Color #dbf549 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11110101 01001001
Octal 333 365 111
Decimal 219 245 73
Hex DB F5 49

RGB Percentages of Color #dbf549

%40.78
%45.62
%13.59

CMYK Percentages of Color #dbf549

%11
%0
%70
%4

Triadic Colors of #dbf549

#dbf549 #49dbf5 #f549db

Analogous Colors of #dbf549

#dbf549 #85f549 #f5b949

Monochromatic Colors of #dbf549

#dbf549

Complementary Color

#dbf549 #6349f5

#dbf549 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbf549 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbf549 Color CSS Codes

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

#dbf549 Text Font Color

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

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


#dbf549 Background Color

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

This div background color is #dbf549


#dbf549 Border Color

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

This div border color is #dbf549


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbf549


Comments

No comments written yet.

Please login to write comment.