Color Hex Logo

#dfd98e Color Hex

#DFD98E
(223,217,142)
0 Favorites   0 Comments

Color spaces of #dfd98e

RGB 223217142
HSL0.150.560.72
HSV56°36°87°
CMYK 0.000.030.36   0.13
XYZ60.126867.266735.4059
Yxy67.26670.36930.4132
Hunter Lab82.0163-12.668731.8163
CIE-Lab85.6384-8.876837.7073

#dfd98e color RGB value is (223,217,142).

#dfd98e hex color red value is 223, green value is 217 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #dfd98e hue: 0.15 , saturation: 0.56 and the lightness value of dfd98e is 0.72.

The process color (four color CMYK) of #dfd98e color hex is 0.00, 0.03, 0.36, 0.13. Web safe color of #dfd98e is #cccc99. Color #dfd98e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011001 10001110
Octal 337 331 216
Decimal 223 217 142
Hex DF D9 8E

RGB Percentages of Color #dfd98e

%38.32
%37.29
%24.40

CMYK Percentages of Color #dfd98e

%0
%3
%36
%13

Triadic Colors of #dfd98e

#dfd98e #8edfd9 #d98edf

Analogous Colors of #dfd98e

#dfd98e #bddf8e #dfb18e

Monochromatic Colors of #dfd98e

#dfd98e

Complementary Color

#dfd98e #8e94df

#dfd98e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd98e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd98e Color CSS Codes

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

#dfd98e Text Font Color

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

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


#dfd98e Background Color

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

This div background color is #dfd98e


#dfd98e Border Color

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

This div border color is #dfd98e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd98e


Comments

No comments written yet.

Please login to write comment.