Color Hex Logo

#dbe161 Color Hex

#DBE161
(219,225,97)
0 Favorites   0 Comments

Color spaces of #dbe161

RGB 21922597
HSL0.170.680.63
HSV63°57°88°
CMYK 0.030.000.57   0.12
XYZ58.296369.773621.7044
Yxy69.77360.38920.4659
Hunter Lab83.5306-21.602743.0656
CIE-Lab86.8857-18.653660.5578

#dbe161 color RGB value is (219,225,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100001 01100001
Octal 333 341 141
Decimal 219 225 97
Hex DB E1 61

RGB Percentages of Color #dbe161

%40.48
%41.59
%17.93

CMYK Percentages of Color #dbe161

%3
%0
%57
%12

Triadic Colors of #dbe161

#dbe161 #61dbe1 #e161db

Analogous Colors of #dbe161

#dbe161 #9be161 #e1a761

Monochromatic Colors of #dbe161

#dbe161

Complementary Color

#dbe161 #6761e1

#dbe161 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe161 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe161 Color CSS Codes

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

#dbe161 Text Font Color

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

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


#dbe161 Background Color

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

This div background color is #dbe161


#dbe161 Border Color

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

This div border color is #dbe161


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe161


Comments

No comments written yet.

Please login to write comment.