Color Hex Logo

#dfca93 Color Hex

#DFCA93
(223,202,147)
0 Favorites   0 Comments

Color spaces of #dfca93

RGB 223202147
HSL0.120.540.73
HSV43°34°87°
CMYK 0.000.090.34   0.13
XYZ56.818460.035636.1971
Yxy60.03560.37120.3923
Hunter Lab77.4826-4.699726.5397
CIE-Lab81.8575-0.601230.1716

#dfca93 color RGB value is (223,202,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001010 10010011
Octal 337 312 223
Decimal 223 202 147
Hex DF CA 93

RGB Percentages of Color #dfca93

%38.99
%35.31
%25.70

CMYK Percentages of Color #dfca93

%0
%9
%34
%13

Triadic Colors of #dfca93

#dfca93 #93dfca #ca93df

Analogous Colors of #dfca93

#dfca93 #cedf93 #dfa493

Monochromatic Colors of #dfca93

#dfca93

Complementary Color

#dfca93 #93a8df

#dfca93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfca93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfca93 Color CSS Codes

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

#dfca93 Text Font Color

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

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


#dfca93 Background Color

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

This div background color is #dfca93


#dfca93 Border Color

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

This div border color is #dfca93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfca93


Comments

No comments written yet.

Please login to write comment.