Color Hex Logo

#dfe174 Color Hex

#DFE174
(223,225,116)
0 Favorites   0 Comments

Color spaces of #dfe174

RGB 223225116
HSL0.170.640.67
HSV61°48°88°
CMYK 0.010.000.48   0.12
XYZ60.509070.799426.9995
Yxy70.79940.38220.4472
Hunter Lab84.1424-18.885139.8748
CIE-Lab87.3875-15.508152.6044

#dfe174 color RGB value is (223,225,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11100001 01110100
Octal 337 341 164
Decimal 223 225 116
Hex DF E1 74

RGB Percentages of Color #dfe174

%39.54
%39.89
%20.57

CMYK Percentages of Color #dfe174

%1
%0
%48
%12

Triadic Colors of #dfe174

#dfe174 #74dfe1 #e174df

Analogous Colors of #dfe174

#dfe174 #a9e174 #e1ad74

Monochromatic Colors of #dfe174

#dfe174

Complementary Color

#dfe174 #7674e1

#dfe174 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe174 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe174 Color CSS Codes

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

#dfe174 Text Font Color

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

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


#dfe174 Background Color

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

This div background color is #dfe174


#dfe174 Border Color

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

This div border color is #dfe174


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe174


Comments

No comments written yet.

Please login to write comment.