Color Hex Logo

#dbee6a Color Hex

#DBEE6A
(219,238,106)
0 Favorites   0 Comments

Color spaces of #dbee6a

RGB 219238106
HSL0.190.800.67
HSV69°55°93°
CMYK 0.080.000.55   0.07
XYZ62.389577.249725.2581
Yxy77.24970.37840.4685
Hunter Lab87.8918-27.103544.4857
CIE-Lab90.4364-24.239760.6229

#dbee6a color RGB value is (219,238,106).

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

The process color (four color CMYK) of #dbee6a color hex is 0.08, 0.00, 0.55, 0.07. Web safe color of #dbee6a is #ccff66. Color #dbee6a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101110 01101010
Octal 333 356 152
Decimal 219 238 106
Hex DB EE 6A

RGB Percentages of Color #dbee6a

%38.90
%42.27
%18.83

CMYK Percentages of Color #dbee6a

%8
%0
%55
%7

Triadic Colors of #dbee6a

#dbee6a #6adbee #ee6adb

Analogous Colors of #dbee6a

#dbee6a #99ee6a #eebf6a

Monochromatic Colors of #dbee6a

#dbee6a

Complementary Color

#dbee6a #7d6aee

#dbee6a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbee6a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbee6a Color CSS Codes

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

#dbee6a Text Font Color

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

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


#dbee6a Background Color

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

This div background color is #dbee6a


#dbee6a Border Color

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

This div border color is #dbee6a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbee6a


Comments

No comments written yet.

Please login to write comment.