Color Hex Logo

#dfd074 Color Hex

#DFD074
(223,208,116)
0 Favorites   0 Comments

Color spaces of #dfd074

RGB 223208116
HSL0.140.630.66
HSV52°48°87°
CMYK 0.000.070.48   0.13
XYZ56.139762.060725.5430
Yxy62.06070.39060.4317
Hunter Lab78.7786-10.658835.9210
CIE-Lab82.9457-6.975347.2475

#dfd074 color RGB value is (223,208,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010000 01110100
Octal 337 320 164
Decimal 223 208 116
Hex DF D0 74

RGB Percentages of Color #dfd074

%40.77
%38.03
%21.21

CMYK Percentages of Color #dfd074

%0
%7
%48
%13

Triadic Colors of #dfd074

#dfd074 #74dfd0 #d074df

Analogous Colors of #dfd074

#dfd074 #b9df74 #df9b74

Monochromatic Colors of #dfd074

#dfd074

Complementary Color

#dfd074 #7483df

#dfd074 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd074 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd074 Color CSS Codes

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

#dfd074 Text Font Color

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

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


#dfd074 Background Color

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

This div background color is #dfd074


#dfd074 Border Color

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

This div border color is #dfd074


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd074


Comments

No comments written yet.

Please login to write comment.