Color Hex Logo

#dbe912 Color Hex

#DBE912
(219,233,18)
0 Favorites   0 Comments

Color spaces of #dbe912

RGB 21923318
HSL0.180.860.49
HSV64°92°91°
CMYK 0.060.000.92   0.09
XYZ58.461573.381611.6551
Yxy73.38160.40740.5114
Hunter Lab85.6631-28.091551.8973
CIE-Lab88.6294-25.768685.4338

#dbe912 color RGB value is (219,233,18).

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

The process color (four color CMYK) of #dbe912 color hex is 0.06, 0.00, 0.92, 0.09. Web safe color of #dbe912 is #ccff00. Color #dbe912 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101001 00010010
Octal 333 351 22
Decimal 219 233 18
Hex DB E9 12

RGB Percentages of Color #dbe912

%46.60
%49.57
%3.83

CMYK Percentages of Color #dbe912

%6
%0
%92
%9

Triadic Colors of #dbe912

#dbe912 #12dbe9 #e912db

Analogous Colors of #dbe912

#dbe912 #70e912 #e98c12

Monochromatic Colors of #dbe912

#dbe912

Complementary Color

#dbe912 #2012e9

#dbe912 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe912 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe912 Color CSS Codes

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

#dbe912 Text Font Color

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

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


#dbe912 Background Color

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

This div background color is #dbe912


#dbe912 Border Color

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

This div border color is #dbe912


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe912


Comments

No comments written yet.

Please login to write comment.