Color Hex Logo

#dfd758 Color Hex

#DFD758
(223,215,88)
0 Favorites   0 Comments

Color spaces of #dfd758

RGB 22321588
HSL0.160.680.61
HSV56°61°87°
CMYK 0.000.040.61   0.13
XYZ56.493364.993418.8000
Yxy64.99340.40270.4633
Hunter Lab80.6185-15.998742.6067
CIE-Lab84.4803-12.711261.8734

#dfd758 color RGB value is (223,215,88).

#dfd758 hex color red value is 223, green value is 215 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #dfd758 hue: 0.16 , saturation: 0.68 and the lightness value of dfd758 is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010111 01011000
Octal 337 327 130
Decimal 223 215 88
Hex DF D7 58

RGB Percentages of Color #dfd758

%42.40
%40.87
%16.73

CMYK Percentages of Color #dfd758

%0
%4
%61
%13

Triadic Colors of #dfd758

#dfd758 #58dfd7 #d758df

Analogous Colors of #dfd758

#dfd758 #a4df58 #df9458

Monochromatic Colors of #dfd758

#dfd758

Complementary Color

#dfd758 #5860df

#dfd758 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd758 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd758 Color CSS Codes

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

#dfd758 Text Font Color

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

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


#dfd758 Background Color

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

This div background color is #dfd758


#dfd758 Border Color

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

This div border color is #dfd758


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd758


Comments

No comments written yet.

Please login to write comment.