Color Hex Logo

#dfd873 Color Hex

#DFD873
(223,216,115)
0 Favorites   0 Comments

Color spaces of #dfd873

RGB 223216115
HSL0.160.630.66
HSV56°48°87°
CMYK 0.000.030.48   0.13
XYZ58.081866.037525.9049
Yxy66.03750.38710.4402
Hunter Lab81.2635-14.630937.9842
CIE-Lab85.0155-11.114250.2364

#dfd873 color RGB value is (223,216,115).

#dfd873 hex color red value is 223, green value is 216 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #dfd873 hue: 0.16 , saturation: 0.63 and the lightness value of dfd873 is 0.66.

The process color (four color CMYK) of #dfd873 color hex is 0.00, 0.03, 0.48, 0.13. Web safe color of #dfd873 is #cccc66. Color #dfd873 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011000 01110011
Octal 337 330 163
Decimal 223 216 115
Hex DF D8 73

RGB Percentages of Color #dfd873

%40.25
%38.99
%20.76

CMYK Percentages of Color #dfd873

%0
%3
%48
%13

Triadic Colors of #dfd873

#dfd873 #73dfd8 #d873df

Analogous Colors of #dfd873

#dfd873 #b0df73 #dfa273

Monochromatic Colors of #dfd873

#dfd873

Complementary Color

#dfd873 #737adf

#dfd873 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd873 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd873 Color CSS Codes

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

#dfd873 Text Font Color

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

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


#dfd873 Background Color

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

This div background color is #dfd873


#dfd873 Border Color

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

This div border color is #dfd873


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd873


Comments

No comments written yet.

Please login to write comment.