Color Hex Logo

#dbe174 Color Hex

#DBE174
(219,225,116)
0 Favorites   0 Comments

Color spaces of #dbe174

RGB 219225116
HSL0.180.640.67
HSV63°48°88°
CMYK 0.030.000.48   0.12
XYZ59.291070.171526.9425
Yxy70.17150.37910.4487
Hunter Lab83.7684-20.253139.5684
CIE-Lab87.0809-17.092452.1644

#dbe174 color RGB value is (219,225,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100001 01110100
Octal 333 341 164
Decimal 219 225 116
Hex DB E1 74

RGB Percentages of Color #dbe174

%39.11
%40.18
%20.71

CMYK Percentages of Color #dbe174

%3
%0
%48
%12

Triadic Colors of #dbe174

#dbe174 #74dbe1 #e174db

Analogous Colors of #dbe174

#dbe174 #a5e174 #e1b174

Monochromatic Colors of #dbe174

#dbe174

Complementary Color

#dbe174 #7a74e1

#dbe174 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe174 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe174 Color CSS Codes

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

#dbe174 Text Font Color

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

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


#dbe174 Background Color

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

This div background color is #dbe174


#dbe174 Border Color

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

This div border color is #dbe174


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe174


Comments

No comments written yet.

Please login to write comment.