Color Hex Logo

#dbe17f Color Hex

#DBE17F
(219,225,127)
0 Favorites   0 Comments

Color spaces of #dbe17f

RGB 219225127
HSL0.180.620.69
HSV64°44°88°
CMYK 0.030.000.44   0.12
XYZ59.969470.442830.5148
Yxy70.44280.37260.4377
Hunter Lab83.9302-19.336937.1949
CIE-Lab87.2136-16.041147.0724

#dbe17f color RGB value is (219,225,127).

#dbe17f hex color red value is 219, green value is 225 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #dbe17f hue: 0.18 , saturation: 0.62 and the lightness value of dbe17f is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100001 01111111
Octal 333 341 177
Decimal 219 225 127
Hex DB E1 7F

RGB Percentages of Color #dbe17f

%38.35
%39.40
%22.24

CMYK Percentages of Color #dbe17f

%3
%0
%44
%12

Triadic Colors of #dbe17f

#dbe17f #7fdbe1 #e17fdb

Analogous Colors of #dbe17f

#dbe17f #aae17f #e1b67f

Monochromatic Colors of #dbe17f

#dbe17f

Complementary Color

#dbe17f #857fe1

#dbe17f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe17f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe17f Color CSS Codes

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

#dbe17f Text Font Color

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

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


#dbe17f Background Color

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

This div background color is #dbe17f


#dbe17f Border Color

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

This div border color is #dbe17f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe17f


Comments

No comments written yet.

Please login to write comment.