Color Hex Logo

#dbe682 Color Hex

#DBE682
(219,230,130)
0 Favorites   0 Comments

Color spaces of #dbe682

RGB 219230130
HSL0.190.670.71
HSV67°43°90°
CMYK 0.050.000.43   0.10
XYZ61.539573.265432.0173
Yxy73.26540.36890.4392
Hunter Lab85.5952-21.457337.7389
CIE-Lab88.5741-18.195147.3044

#dbe682 color RGB value is (219,230,130).

#dbe682 hex color red value is 219, green value is 230 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #dbe682 hue: 0.19 , saturation: 0.67 and the lightness value of dbe682 is 0.71.

The process color (four color CMYK) of #dbe682 color hex is 0.05, 0.00, 0.43, 0.10. Web safe color of #dbe682 is #ccff99. Color #dbe682 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100110 10000010
Octal 333 346 202
Decimal 219 230 130
Hex DB E6 82

RGB Percentages of Color #dbe682

%37.82
%39.72
%22.45

CMYK Percentages of Color #dbe682

%5
%0
%43
%10

Triadic Colors of #dbe682

#dbe682 #82dbe6 #e682db

Analogous Colors of #dbe682

#dbe682 #a9e682 #e6bf82

Monochromatic Colors of #dbe682

#dbe682

Complementary Color

#dbe682 #8d82e6

#dbe682 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe682 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe682 Color CSS Codes

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

#dbe682 Text Font Color

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

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


#dbe682 Background Color

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

This div background color is #dbe682


#dbe682 Border Color

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

This div border color is #dbe682


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe682


Comments

No comments written yet.

Please login to write comment.