Color Hex Logo

#dfc194 Color Hex

#DFC194
(223,193,148)
0 Favorites   0 Comments

Color spaces of #dfc194

RGB 223193148
HSL0.100.540.73
HSV36°34°87°
CMYK 0.000.130.34   0.13
XYZ54.846755.966035.9288
Yxy55.96600.37380.3814
Hunter Lab74.8104-0.052323.8924
CIE-Lab79.59454.223926.6129

#dfc194 color RGB value is (223,193,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000001 10010100
Octal 337 301 224
Decimal 223 193 148
Hex DF C1 94

RGB Percentages of Color #dfc194

%39.54
%34.22
%26.24

CMYK Percentages of Color #dfc194

%0
%13
%34
%13

Triadic Colors of #dfc194

#dfc194 #94dfc1 #c194df

Analogous Colors of #dfc194

#dfc194 #d8df94 #df9c94

Monochromatic Colors of #dfc194

#dfc194

Complementary Color

#dfc194 #94b2df

#dfc194 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc194 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc194 Color CSS Codes

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

#dfc194 Text Font Color

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

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


#dfc194 Background Color

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

This div background color is #dfc194


#dfc194 Border Color

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

This div border color is #dfc194


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc194


Comments

No comments written yet.

Please login to write comment.