Color Hex Logo

#dbf52d Color Hex

#DBF52D
(219,245,45)
0 Favorites   0 Comments

Color spaces of #dbf52d

RGB 21924545
HSL0.190.910.57
HSV68°82°96°
CMYK 0.110.000.82   0.04
XYZ62.339580.554314.7455
Yxy80.55430.39550.5110
Hunter Lab89.7520-33.084553.0856
CIE-Lab91.9330-30.806683.3852

#dbf52d color RGB value is (219,245,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11110101 00101101
Octal 333 365 55
Decimal 219 245 45
Hex DB F5 2D

RGB Percentages of Color #dbf52d

%43.03
%48.13
%8.84

CMYK Percentages of Color #dbf52d

%11
%0
%82
%4

Triadic Colors of #dbf52d

#dbf52d #2ddbf5 #f52ddb

Analogous Colors of #dbf52d

#dbf52d #77f52d #f5ab2d

Monochromatic Colors of #dbf52d

#dbf52d

Complementary Color

#dbf52d #472df5

#dbf52d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbf52d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbf52d Color CSS Codes

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

#dbf52d Text Font Color

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

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


#dbf52d Background Color

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

This div background color is #dbf52d


#dbf52d Border Color

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

This div border color is #dbf52d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbf52d


Comments

No comments written yet.

Please login to write comment.