Color Hex Logo

#dfcd93 Color Hex

#DFCD93
(223,205,147)
0 Favorites   0 Comments

Color spaces of #dfcd93

RGB 223205147
HSL0.130.540.73
HSV46°34°87°
CMYK 0.000.080.34   0.13
XYZ57.529261.457236.4341
Yxy61.45720.37020.3954
Hunter Lab78.3946-6.200027.3211
CIE-Lab82.6239-2.155431.1912

#dfcd93 color RGB value is (223,205,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001101 10010011
Octal 337 315 223
Decimal 223 205 147
Hex DF CD 93

RGB Percentages of Color #dfcd93

%38.78
%35.65
%25.57

CMYK Percentages of Color #dfcd93

%0
%8
%34
%13

Triadic Colors of #dfcd93

#dfcd93 #93dfcd #cd93df

Analogous Colors of #dfcd93

#dfcd93 #cbdf93 #dfa793

Monochromatic Colors of #dfcd93

#dfcd93

Complementary Color

#dfcd93 #93a5df

#dfcd93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfcd93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfcd93 Color CSS Codes

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

#dfcd93 Text Font Color

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

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


#dfcd93 Background Color

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

This div background color is #dfcd93


#dfcd93 Border Color

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

This div border color is #dfcd93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfcd93


Comments

No comments written yet.

Please login to write comment.