Color Hex Logo

#dbf082 Color Hex

#DBF082
(219,240,130)
0 Favorites   0 Comments

Color spaces of #dbf082

RGB 219240130
HSL0.200.790.73
HSV71°46°94°
CMYK 0.090.000.46   0.06
XYZ64.402878.992032.9717
Yxy78.99200.36520.4479
Hunter Lab88.8774-26.190040.2188
CIE-Lab91.2307-23.038550.5760

#dbf082 color RGB value is (219,240,130).

#dbf082 hex color red value is 219, green value is 240 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #dbf082 hue: 0.20 , saturation: 0.79 and the lightness value of dbf082 is 0.73.

The process color (four color CMYK) of #dbf082 color hex is 0.09, 0.00, 0.46, 0.06. Web safe color of #dbf082 is #ccff99. Color #dbf082 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11110000 10000010
Octal 333 360 202
Decimal 219 240 130
Hex DB F0 82

RGB Percentages of Color #dbf082

%37.18
%40.75
%22.07

CMYK Percentages of Color #dbf082

%9
%0
%46
%6

Triadic Colors of #dbf082

#dbf082 #82dbf0 #f082db

Analogous Colors of #dbf082

#dbf082 #a4f082 #f0ce82

Monochromatic Colors of #dbf082

#dbf082

Complementary Color

#dbf082 #9782f0

#dbf082 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbf082 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbf082 Color CSS Codes

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

#dbf082 Text Font Color

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

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


#dbf082 Background Color

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

This div background color is #dbf082


#dbf082 Border Color

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

This div border color is #dbf082


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbf082


Comments

No comments written yet.

Please login to write comment.