Color Hex Logo

#dbe146 Color Hex

#DBE146
(219,225,70)
0 Favorites   0 Comments

Color spaces of #dbe146

RGB 21922570
HSL0.170.720.58
HSV62°69°88°
CMYK 0.030.000.69   0.12
XYZ57.244169.352716.1637
Yxy69.35270.40100.4858
Hunter Lab83.2783-23.039046.7870
CIE-Lab86.6784-20.331571.1331

#dbe146 color RGB value is (219,225,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100001 01000110
Octal 333 341 106
Decimal 219 225 70
Hex DB E1 46

RGB Percentages of Color #dbe146

%42.61
%43.77
%13.62

CMYK Percentages of Color #dbe146

%3
%0
%69
%12

Triadic Colors of #dbe146

#dbe146 #46dbe1 #e146db

Analogous Colors of #dbe146

#dbe146 #8ee146 #e19a46

Monochromatic Colors of #dbe146

#dbe146

Complementary Color

#dbe146 #4c46e1

#dbe146 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe146 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe146 Color CSS Codes

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

#dbe146 Text Font Color

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

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


#dbe146 Background Color

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

This div background color is #dbe146


#dbe146 Border Color

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

This div border color is #dbe146


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe146


Comments

No comments written yet.

Please login to write comment.