color codes Logo

#dbe76c color codes

#DBE76C
(219,231,108)
0 Favorites   0 Comments

Color spaces of #dbe76c

RGB 219231108
HSL0.180.720.66
HSV66°53°91°
CMYK 0.050.000.53   0.09
XYZ60.496173.294625.1461
Yxy73.29460.38060.4612
Hunter Lab85.6123-23.688242.5139
CIE-Lab88.5880-20.713657.6179

#dbe76c color RGB value is (219,231,108).

#dbe76c hex color red value is 219, green value is 231 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #dbe76c hue: 0.18 , saturation: 0.72 and the lightness value of dbe76c is 0.66.

The process color (four color CMYK) of #dbe76c color code is 0.05, 0.00, 0.53, 0.09. Web safe color of #dbe76c is #ccff66. Color #dbe76c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100111 01101100
Octal 333 347 154
Decimal 219 231 108
Hex DB E7 6C

RGB Percentages of Color #dbe76c

%39.25
%41.40
%19.35

CMYK Percentages of Color #dbe76c

%5
%0
%53
%9

Triadic Colors of #dbe76c

#dbe76c #6cdbe7 #e76cdb

Analogous Colors of #dbe76c

#dbe76c #9ee76c #e7b66c

Monochromatic Colors of #dbe76c

#dbe76c

Complementary Color

#dbe76c #786ce7

#dbe76c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe76c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe76c Color CSS Codes

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

#dbe76c Text Font Color

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

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


#dbe76c Background Color

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

This div background color is #dbe76c


#dbe76c Border Color

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

This div border color is #dbe76c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe76c


Comments

No comments written yet.

Please login to write comment.