Color Hex Logo

#dfd18e Color Hex

#DFD18E
(223,209,142)
0 Favorites   0 Comments

Color spaces of #dfd18e

RGB 223209142
HSL0.140.560.72
HSV50°36°87°
CMYK 0.000.060.36   0.13
XYZ58.114463.241934.7351
Yxy63.24190.37230.4052
Hunter Lab79.5248-8.725729.7705
CIE-Lab83.5695-4.801935.0142

#dfd18e color RGB value is (223,209,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010001 10001110
Octal 337 321 216
Decimal 223 209 142
Hex DF D1 8E

RGB Percentages of Color #dfd18e

%38.85
%36.41
%24.74

CMYK Percentages of Color #dfd18e

%0
%6
%36
%13

Triadic Colors of #dfd18e

#dfd18e #8edfd1 #d18edf

Analogous Colors of #dfd18e

#dfd18e #c5df8e #dfa98e

Monochromatic Colors of #dfd18e

#dfd18e

Complementary Color

#dfd18e #8e9cdf

#dfd18e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd18e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd18e Color CSS Codes

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

#dfd18e Text Font Color

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

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


#dfd18e Background Color

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

This div background color is #dfd18e


#dfd18e Border Color

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

This div border color is #dfd18e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd18e


Comments

No comments written yet.

Please login to write comment.