Color Hex Logo

#dfc294 Color Hex

#DFC294
(223,194,148)
0 Favorites   0 Comments

Color spaces of #dfc294

RGB 223194148
HSL0.100.540.73
HSV37°34°87°
CMYK 0.000.130.34   0.13
XYZ55.068556.409736.0027
Yxy56.40970.37340.3825
Hunter Lab75.1064-0.558824.1535
CIE-Lab79.84643.698226.9526

#dfc294 color RGB value is (223,194,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000010 10010100
Octal 337 302 224
Decimal 223 194 148
Hex DF C2 94

RGB Percentages of Color #dfc294

%39.47
%34.34
%26.19

CMYK Percentages of Color #dfc294

%0
%13
%34
%13

Triadic Colors of #dfc294

#dfc294 #94dfc2 #c294df

Analogous Colors of #dfc294

#dfc294 #d7df94 #df9d94

Monochromatic Colors of #dfc294

#dfc294

Complementary Color

#dfc294 #94b1df

#dfc294 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc294 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc294 Color CSS Codes

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

#dfc294 Text Font Color

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

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


#dfc294 Background Color

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

This div background color is #dfc294


#dfc294 Border Color

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

This div border color is #dfc294


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc294


Comments

No comments written yet.

Please login to write comment.