Color Hex Logo

#dbf82d Color Hex

#DBF82D
(219,248,45)
0 Favorites   0 Comments

Color spaces of #dbf82d

RGB 21924845
HSL0.190.940.57
HSV69°82°97°
CMYK 0.120.000.82   0.03
XYZ63.254582.384315.0505
Yxy82.38430.39360.5127
Hunter Lab90.7658-34.443953.7048
CIE-Lab92.7442-32.188184.0806

#dbf82d color RGB value is (219,248,45).

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

The process color (four color CMYK) of #dbf82d color hex is 0.12, 0.00, 0.82, 0.03. Web safe color of #dbf82d is #ccff33. Color #dbf82d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111000 00101101
Octal 333 370 55
Decimal 219 248 45
Hex DB F8 2D

RGB Percentages of Color #dbf82d

%42.77
%48.44
%8.79

CMYK Percentages of Color #dbf82d

%12
%0
%82
%3

Triadic Colors of #dbf82d

#dbf82d #2ddbf8 #f82ddb

Analogous Colors of #dbf82d

#dbf82d #76f82d #f8b02d

Monochromatic Colors of #dbf82d

#dbf82d

Complementary Color

#dbf82d #4a2df8

#dbf82d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbf82d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbf82d Color CSS Codes

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

#dbf82d Text Font Color

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

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


#dbf82d Background Color

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

This div background color is #dbf82d


#dbf82d Border Color

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

This div border color is #dbf82d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbf82d


Comments

No comments written yet.

Please login to write comment.