Color Hex Logo

#dfc094 Color Hex

#DFC094
(223,192,148)
0 Favorites   0 Comments

Color spaces of #dfc094

RGB 223192148
HSL0.100.540.73
HSV35°34°87°
CMYK 0.000.140.34   0.13
XYZ54.626455.525435.8553
Yxy55.52540.37410.3803
Hunter Lab74.51540.454523.6316
CIE-Lab79.34294.749926.2735

#dfc094 color RGB value is (223,192,148).

#dfc094 hex color red value is 223, green value is 192 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #dfc094 hue: 0.10 , saturation: 0.54 and the lightness value of dfc094 is 0.73.

The process color (four color CMYK) of #dfc094 color hex is 0.00, 0.14, 0.34, 0.13. Web safe color of #dfc094 is #cccc99. Color #dfc094 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000000 10010100
Octal 337 300 224
Decimal 223 192 148
Hex DF C0 94

RGB Percentages of Color #dfc094

%39.61
%34.10
%26.29

CMYK Percentages of Color #dfc094

%0
%14
%34
%13

Triadic Colors of #dfc094

#dfc094 #94dfc0 #c094df

Analogous Colors of #dfc094

#dfc094 #d9df94 #df9b94

Monochromatic Colors of #dfc094

#dfc094

Complementary Color

#dfc094 #94b3df

#dfc094 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc094 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc094 Color CSS Codes

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

#dfc094 Text Font Color

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

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


#dfc094 Background Color

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

This div background color is #dfc094


#dfc094 Border Color

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

This div border color is #dfc094


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc094


Comments

No comments written yet.

Please login to write comment.