Color Hex Logo

#dbee16 Color Hex

#DBEE16
(219,238,22)
0 Favorites   0 Comments

Color spaces of #dbee16

RGB 21923822
HSL0.180.860.51
HSV65°91°93°
CMYK 0.080.000.91   0.07
XYZ59.932876.267112.3213
Yxy76.26710.40350.5135
Hunter Lab87.3310-30.329952.7667
CIE-Lab89.9832-28.066485.9920

#dbee16 color RGB value is (219,238,22).

#dbee16 hex color red value is 219, green value is 238 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #dbee16 hue: 0.18 , saturation: 0.86 and the lightness value of dbee16 is 0.51.

The process color (four color CMYK) of #dbee16 color hex is 0.08, 0.00, 0.91, 0.07. Web safe color of #dbee16 is #ccff00. Color #dbee16 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101110 00010110
Octal 333 356 26
Decimal 219 238 22
Hex DB EE 16

RGB Percentages of Color #dbee16

%45.72
%49.69
%4.59

CMYK Percentages of Color #dbee16

%8
%0
%91
%7

Triadic Colors of #dbee16

#dbee16 #16dbee #ee16db

Analogous Colors of #dbee16

#dbee16 #6fee16 #ee9516

Monochromatic Colors of #dbee16

#dbee16

Complementary Color

#dbee16 #2916ee

#dbee16 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbee16 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbee16 Color CSS Codes

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

#dbee16 Text Font Color

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

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


#dbee16 Background Color

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

This div background color is #dbee16


#dbee16 Border Color

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

This div border color is #dbee16


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbee16


Comments

No comments written yet.

Please login to write comment.