Color Hex Logo

#dbe940 Color Hex

#DBE940
(219,233,64)
0 Favorites   0 Comments

Color spaces of #dbe940

RGB 21923364
HSL0.180.790.58
HSV65°73°91°
CMYK 0.060.000.73   0.09
XYZ59.277773.708115.9533
Yxy73.70810.39800.4949
Hunter Lab85.8534-26.997749.0801
CIE-Lab88.7843-24.466775.2256

#dbe940 color RGB value is (219,233,64).

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

The process color (four color CMYK) of #dbe940 color hex is 0.06, 0.00, 0.73, 0.09. Web safe color of #dbe940 is #ccff33. Color #dbe940 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101001 01000000
Octal 333 351 100
Decimal 219 233 64
Hex DB E9 40

RGB Percentages of Color #dbe940

%42.44
%45.16
%12.40

CMYK Percentages of Color #dbe940

%6
%0
%73
%9

Triadic Colors of #dbe940

#dbe940 #40dbe9 #e940db

Analogous Colors of #dbe940

#dbe940 #87e940 #e9a340

Monochromatic Colors of #dbe940

#dbe940

Complementary Color

#dbe940 #4e40e9

#dbe940 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe940 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe940 Color CSS Codes

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

#dbe940 Text Font Color

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

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


#dbe940 Background Color

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

This div background color is #dbe940


#dbe940 Border Color

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

This div border color is #dbe940


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe940


Comments

No comments written yet.

Please login to write comment.