Color Hex Logo

#dbf682 Color Hex

#DBF682
(219,246,130)
0 Favorites   0 Comments

Color spaces of #dbf682

RGB 219246130
HSL0.210.870.74
HSV74°47°96°
CMYK 0.110.000.47   0.04
XYZ66.198482.583333.5702
Yxy82.58330.36300.4529
Hunter Lab90.8754-29.003141.7105
CIE-Lab92.8317-25.895452.5286

#dbf682 color RGB value is (219,246,130).

#dbf682 hex color red value is 219, green value is 246 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #dbf682 hue: 0.21 , saturation: 0.87 and the lightness value of dbf682 is 0.74.

The process color (four color CMYK) of #dbf682 color hex is 0.11, 0.00, 0.47, 0.04. Web safe color of #dbf682 is #ccff99. Color #dbf682 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11110110 10000010
Octal 333 366 202
Decimal 219 246 130
Hex DB F6 82

RGB Percentages of Color #dbf682

%36.81
%41.34
%21.85

CMYK Percentages of Color #dbf682

%11
%0
%47
%4

Triadic Colors of #dbf682

#dbf682 #82dbf6 #f682db

Analogous Colors of #dbf682

#dbf682 #a1f682 #f6d782

Monochromatic Colors of #dbf682

#dbf682

Complementary Color

#dbf682 #9d82f6

#dbf682 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbf682 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbf682 Color CSS Codes

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

#dbf682 Text Font Color

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

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


#dbf682 Background Color

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

This div background color is #dbf682


#dbf682 Border Color

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

This div border color is #dbf682


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbf682


Comments

No comments written yet.

Please login to write comment.