Color Hex Logo

#dbe16a Color Hex

#DBE16A
(219,225,106)
0 Favorites   0 Comments

Color spaces of #dbe16a

RGB 219225106
HSL0.180.660.65
HSV63°53°88°
CMYK 0.030.000.53   0.12
XYZ58.740169.951124.0416
Yxy69.95110.38460.4580
Hunter Lab83.6368-20.999641.5027
CIE-Lab86.9729-17.954056.6567

#dbe16a color RGB value is (219,225,106).

#dbe16a hex color red value is 219, green value is 225 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #dbe16a hue: 0.18 , saturation: 0.66 and the lightness value of dbe16a is 0.65.

The process color (four color CMYK) of #dbe16a color hex is 0.03, 0.00, 0.53, 0.12. Web safe color of #dbe16a is #cccc66. Color #dbe16a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100001 01101010
Octal 333 341 152
Decimal 219 225 106
Hex DB E1 6A

RGB Percentages of Color #dbe16a

%39.82
%40.91
%19.27

CMYK Percentages of Color #dbe16a

%3
%0
%53
%12

Triadic Colors of #dbe16a

#dbe16a #6adbe1 #e16adb

Analogous Colors of #dbe16a

#dbe16a #a0e16a #e1ac6a

Monochromatic Colors of #dbe16a

#dbe16a

Complementary Color

#dbe16a #706ae1

#dbe16a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe16a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe16a Color CSS Codes

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

#dbe16a Text Font Color

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

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


#dbe16a Background Color

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

This div background color is #dbe16a


#dbe16a Border Color

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

This div border color is #dbe16a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe16a


Comments

No comments written yet.

Please login to write comment.