Color Hex Logo

#dbe140 Color Hex

#DBE140
(219,225,64)
0 Favorites   0 Comments

Color spaces of #dbe140

RGB 21922564
HSL0.170.730.57
HSV62°72°88°
CMYK 0.030.000.72   0.12
XYZ57.064069.280715.2154
Yxy69.28070.40310.4894
Hunter Lab83.2350-23.285947.4263
CIE-Lab86.6429-20.621673.1847

#dbe140 color RGB value is (219,225,64).

#dbe140 hex color red value is 219, green value is 225 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #dbe140 hue: 0.17 , saturation: 0.73 and the lightness value of dbe140 is 0.57.

The process color (four color CMYK) of #dbe140 color hex is 0.03, 0.00, 0.72, 0.12. Web safe color of #dbe140 is #cccc33. Color #dbe140 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100001 01000000
Octal 333 341 100
Decimal 219 225 64
Hex DB E1 40

RGB Percentages of Color #dbe140

%43.11
%44.29
%12.60

CMYK Percentages of Color #dbe140

%3
%0
%72
%12

Triadic Colors of #dbe140

#dbe140 #40dbe1 #e140db

Analogous Colors of #dbe140

#dbe140 #8be140 #e19740

Monochromatic Colors of #dbe140

#dbe140

Complementary Color

#dbe140 #4640e1

#dbe140 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe140 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe140 Color CSS Codes

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

#dbe140 Text Font Color

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

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


#dbe140 Background Color

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

This div background color is #dbe140


#dbe140 Border Color

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

This div border color is #dbe140


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe140


Comments

No comments written yet.

Please login to write comment.