Color Hex Logo

#dfd676 Color Hex

#DFD676
(223,214,118)
0 Favorites   0 Comments

Color spaces of #dfd676

RGB 223214118
HSL0.150.620.67
HSV55°47°87°
CMYK 0.000.040.47   0.13
XYZ57.748065.089126.6594
Yxy65.08910.38630.4354
Hunter Lab80.6778-13.418536.8825
CIE-Lab84.5296-9.834248.2069

#dfd676 color RGB value is (223,214,118).

#dfd676 hex color red value is 223, green value is 214 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #dfd676 hue: 0.15 , saturation: 0.62 and the lightness value of dfd676 is 0.67.

The process color (four color CMYK) of #dfd676 color hex is 0.00, 0.04, 0.47, 0.13. Web safe color of #dfd676 is #cccc66. Color #dfd676 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010110 01110110
Octal 337 326 166
Decimal 223 214 118
Hex DF D6 76

RGB Percentages of Color #dfd676

%40.18
%38.56
%21.26

CMYK Percentages of Color #dfd676

%0
%4
%47
%13

Triadic Colors of #dfd676

#dfd676 #76dfd6 #d676df

Analogous Colors of #dfd676

#dfd676 #b4df76 #dfa276

Monochromatic Colors of #dfd676

#dfd676

Complementary Color

#dfd676 #767fdf

#dfd676 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd676 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd676 Color CSS Codes

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

#dfd676 Text Font Color

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

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


#dfd676 Background Color

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

This div background color is #dfd676


#dfd676 Border Color

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

This div border color is #dfd676


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd676


Comments

No comments written yet.

Please login to write comment.