Color Hex Logo

#dbe17c Color Hex

#DBE17C
(219,225,124)
0 Favorites   0 Comments

Color spaces of #dbe17c

RGB 219225124
HSL0.180.630.68
HSV64°45°88°
CMYK 0.030.000.45   0.12
XYZ59.776770.365729.5002
Yxy70.36570.37440.4408
Hunter Lab83.8843-19.596737.8680
CIE-Lab87.1759-16.338548.4744

#dbe17c color RGB value is (219,225,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100001 01111100
Octal 333 341 174
Decimal 219 225 124
Hex DB E1 7C

RGB Percentages of Color #dbe17c

%38.56
%39.61
%21.83

CMYK Percentages of Color #dbe17c

%3
%0
%45
%12

Triadic Colors of #dbe17c

#dbe17c #7cdbe1 #e17cdb

Analogous Colors of #dbe17c

#dbe17c #a9e17c #e1b57c

Monochromatic Colors of #dbe17c

#dbe17c

Complementary Color

#dbe17c #827ce1

#dbe17c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe17c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe17c Color CSS Codes

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

#dbe17c Text Font Color

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

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


#dbe17c Background Color

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

This div background color is #dbe17c


#dbe17c Border Color

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

This div border color is #dbe17c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe17c


Comments

No comments written yet.

Please login to write comment.