Color Hex Logo

#dfda93 Color Hex

#DFDA93
(223,218,147)
0 Favorites   0 Comments

Color spaces of #dfda93

RGB 223218147
HSL0.160.540.73
HSV56°34°87°
CMYK 0.000.020.34   0.13
XYZ60.769367.937437.5141
Yxy67.93740.36560.4087
Hunter Lab82.4241-12.638630.7120
CIE-Lab85.9751-8.804635.6105

#dfda93 color RGB value is (223,218,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011010 10010011
Octal 337 332 223
Decimal 223 218 147
Hex DF DA 93

RGB Percentages of Color #dfda93

%37.93
%37.07
%25.00

CMYK Percentages of Color #dfda93

%0
%2
%34
%13

Triadic Colors of #dfda93

#dfda93 #93dfda #da93df

Analogous Colors of #dfda93

#dfda93 #bedf93 #dfb493

Monochromatic Colors of #dfda93

#dfda93

Complementary Color

#dfda93 #9398df

#dfda93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfda93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfda93 Color CSS Codes

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

#dfda93 Text Font Color

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

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


#dfda93 Background Color

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

This div background color is #dfda93


#dfda93 Border Color

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

This div border color is #dfda93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfda93


Comments

No comments written yet.

Please login to write comment.