Color Hex Logo

#dbec7f Color Hex

#DBEC7F
(219,236,127)
0 Favorites   0 Comments

Color spaces of #dbec7f

RGB 219236127
HSL0.190.740.71
HSV69°46°93°
CMYK 0.070.000.46   0.07
XYZ63.039676.583331.5382
Yxy76.58330.36830.4474
Hunter Lab87.5119-24.562539.8909
CIE-Lab90.1295-21.412650.6527

#dbec7f color RGB value is (219,236,127).

#dbec7f hex color red value is 219, green value is 236 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #dbec7f hue: 0.19 , saturation: 0.74 and the lightness value of dbec7f is 0.71.

The process color (four color CMYK) of #dbec7f color hex is 0.07, 0.00, 0.46, 0.07. Web safe color of #dbec7f is #ccff66. Color #dbec7f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101100 01111111
Octal 333 354 177
Decimal 219 236 127
Hex DB EC 7F

RGB Percentages of Color #dbec7f

%37.63
%40.55
%21.82

CMYK Percentages of Color #dbec7f

%7
%0
%46
%7

Triadic Colors of #dbec7f

#dbec7f #7fdbec #ec7fdb

Analogous Colors of #dbec7f

#dbec7f #a5ec7f #ecc77f

Monochromatic Colors of #dbec7f

#dbec7f

Complementary Color

#dbec7f #907fec

#dbec7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbec7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbec7f Color CSS Codes

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

#dbec7f Text Font Color

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

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


#dbec7f Background Color

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

This div background color is #dbec7f


#dbec7f Border Color

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

This div border color is #dbec7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbec7f


Comments

No comments written yet.

Please login to write comment.