Color Hex Logo

#dbf42d Color Hex

#DBF42D
(219,244,45)
0 Favorites   0 Comments

Color spaces of #dbf42d

RGB 21924445
HSL0.190.900.57
HSV68°82°96°
CMYK 0.100.000.82   0.04
XYZ62.037879.950914.6450
Yxy79.95090.39610.5104
Hunter Lab89.4153-32.630452.8798
CIE-Lab91.6628-30.344083.1533

#dbf42d color RGB value is (219,244,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11110100 00101101
Octal 333 364 55
Decimal 219 244 45
Hex DB F4 2D

RGB Percentages of Color #dbf42d

%43.11
%48.03
%8.86

CMYK Percentages of Color #dbf42d

%10
%0
%82
%4

Triadic Colors of #dbf42d

#dbf42d #2ddbf4 #f42ddb

Analogous Colors of #dbf42d

#dbf42d #78f42d #f4aa2d

Monochromatic Colors of #dbf42d

#dbf42d

Complementary Color

#dbf42d #462df4

#dbf42d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbf42d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbf42d Color CSS Codes

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

#dbf42d Text Font Color

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

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


#dbf42d Background Color

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

This div background color is #dbf42d


#dbf42d Border Color

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

This div border color is #dbf42d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,244,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 #dbf42d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbf42d


Comments

No comments written yet.

Please login to write comment.