Color Hex Logo

#dbe176 Color Hex

#DBE176
(219,225,118)
0 Favorites   0 Comments

Color spaces of #dbe176

RGB 219225118
HSL0.180.640.67
HSV63°48°88°
CMYK 0.030.000.48   0.12
XYZ59.408670.218527.5619
Yxy70.21850.37790.4467
Hunter Lab83.7965-20.094039.1562
CIE-Lab87.1039-16.909351.2491

#dbe176 color RGB value is (219,225,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100001 01110110
Octal 333 341 166
Decimal 219 225 118
Hex DB E1 76

RGB Percentages of Color #dbe176

%38.97
%40.04
%21.00

CMYK Percentages of Color #dbe176

%3
%0
%48
%12

Triadic Colors of #dbe176

#dbe176 #76dbe1 #e176db

Analogous Colors of #dbe176

#dbe176 #a6e176 #e1b276

Monochromatic Colors of #dbe176

#dbe176

Complementary Color

#dbe176 #7c76e1

#dbe176 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe176 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe176 Color CSS Codes

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

#dbe176 Text Font Color

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

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


#dbe176 Background Color

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

This div background color is #dbe176


#dbe176 Border Color

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

This div border color is #dbe176


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe176


Comments

No comments written yet.

Please login to write comment.