Color Hex Logo

#dfd08e Color Hex

#DFD08E
(223,208,142)
0 Favorites   0 Comments

Color spaces of #dfd08e

RGB 223208142
HSL0.140.560.72
HSV49°36°87°
CMYK 0.000.070.36   0.13
XYZ57.869862.752734.6536
Yxy62.75270.37270.4041
Hunter Lab79.2166-8.230129.5150
CIE-Lab83.3121-4.288634.6774

#dfd08e color RGB value is (223,208,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010000 10001110
Octal 337 320 216
Decimal 223 208 142
Hex DF D0 8E

RGB Percentages of Color #dfd08e

%38.92
%36.30
%24.78

CMYK Percentages of Color #dfd08e

%0
%7
%36
%13

Triadic Colors of #dfd08e

#dfd08e #8edfd0 #d08edf

Analogous Colors of #dfd08e

#dfd08e #c6df8e #dfa88e

Monochromatic Colors of #dfd08e

#dfd08e

Complementary Color

#dfd08e #8e9ddf

#dfd08e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd08e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd08e Color CSS Codes

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

#dfd08e Text Font Color

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

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


#dfd08e Background Color

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

This div background color is #dfd08e


#dfd08e Border Color

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

This div border color is #dfd08e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd08e


Comments

No comments written yet.

Please login to write comment.