Color Hex Logo

#dbe061 Color Hex

#DBE061
(219,224,97)
0 Favorites   0 Comments

Color spaces of #dbe061

RGB 21922497
HSL0.170.670.63
HSV62°57°88°
CMYK 0.020.000.57   0.12
XYZ58.026769.234421.6145
Yxy69.23440.38980.4650
Hunter Lab83.2072-21.131042.8435
CIE-Lab86.6200-18.164260.2612

#dbe061 color RGB value is (219,224,97).

#dbe061 hex color red value is 219, green value is 224 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #dbe061 hue: 0.17 , saturation: 0.67 and the lightness value of dbe061 is 0.63.

The process color (four color CMYK) of #dbe061 color hex is 0.02, 0.00, 0.57, 0.12. Web safe color of #dbe061 is #cccc66. Color #dbe061 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100000 01100001
Octal 333 340 141
Decimal 219 224 97
Hex DB E0 61

RGB Percentages of Color #dbe061

%40.56
%41.48
%17.96

CMYK Percentages of Color #dbe061

%2
%0
%57
%12

Triadic Colors of #dbe061

#dbe061 #61dbe0 #e061db

Analogous Colors of #dbe061

#dbe061 #9ce061 #e0a661

Monochromatic Colors of #dbe061

#dbe061

Complementary Color

#dbe061 #6661e0

#dbe061 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe061 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe061 Color CSS Codes

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

#dbe061 Text Font Color

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

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


#dbe061 Background Color

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

This div background color is #dbe061


#dbe061 Border Color

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

This div border color is #dbe061


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe061


Comments

No comments written yet.

Please login to write comment.