Color Hex Logo

#dfd97e Color Hex

#DFD97E
(223,217,126)
0 Favorites   0 Comments

Color spaces of #dfd97e

RGB 223217126
HSL0.160.600.68
HSV56°43°87°
CMYK 0.000.030.43   0.13
XYZ59.010266.820029.5261
Yxy66.82000.37980.4301
Hunter Lab81.7435-14.192935.8047
CIE-Lab85.4130-10.578545.3970

#dfd97e color RGB value is (223,217,126).

#dfd97e hex color red value is 223, green value is 217 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #dfd97e hue: 0.16 , saturation: 0.60 and the lightness value of dfd97e is 0.68.

The process color (four color CMYK) of #dfd97e color hex is 0.00, 0.03, 0.43, 0.13. Web safe color of #dfd97e is #cccc66. Color #dfd97e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011001 01111110
Octal 337 331 176
Decimal 223 217 126
Hex DF D9 7E

RGB Percentages of Color #dfd97e

%39.40
%38.34
%22.26

CMYK Percentages of Color #dfd97e

%0
%3
%43
%13

Triadic Colors of #dfd97e

#dfd97e #7edfd9 #d97edf

Analogous Colors of #dfd97e

#dfd97e #b5df7e #dfa97e

Monochromatic Colors of #dfd97e

#dfd97e

Complementary Color

#dfd97e #7e84df

#dfd97e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd97e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd97e Color CSS Codes

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

#dfd97e Text Font Color

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

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


#dfd97e Background Color

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

This div background color is #dfd97e


#dfd97e Border Color

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

This div border color is #dfd97e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,217,126, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd97e


Comments

No comments written yet.

Please login to write comment.