Color Hex Logo

#dbe976 Color Hex

#DBE976
(219,233,118)
0 Favorites   0 Comments

Color spaces of #dbe976

RGB 219233118
HSL0.190.720.69
HSV67°49°91°
CMYK 0.060.000.49   0.09
XYZ61.622374.645928.2998
Yxy74.64590.37440.4536
Hunter Lab86.3979-23.883141.0579
CIE-Lab89.2269-20.814753.7902

#dbe976 color RGB value is (219,233,118).

#dbe976 hex color red value is 219, green value is 233 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #dbe976 hue: 0.19 , saturation: 0.72 and the lightness value of dbe976 is 0.69.

The process color (four color CMYK) of #dbe976 color hex is 0.06, 0.00, 0.49, 0.09. Web safe color of #dbe976 is #ccff66. Color #dbe976 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101001 01110110
Octal 333 351 166
Decimal 219 233 118
Hex DB E9 76

RGB Percentages of Color #dbe976

%38.42
%40.88
%20.70

CMYK Percentages of Color #dbe976

%6
%0
%49
%9

Triadic Colors of #dbe976

#dbe976 #76dbe9 #e976db

Analogous Colors of #dbe976

#dbe976 #a2e976 #e9be76

Monochromatic Colors of #dbe976

#dbe976

Complementary Color

#dbe976 #8476e9

#dbe976 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe976 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe976 Color CSS Codes

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

#dbe976 Text Font Color

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

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


#dbe976 Background Color

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

This div background color is #dbe976


#dbe976 Border Color

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

This div border color is #dbe976


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe976


Comments

No comments written yet.

Please login to write comment.