Color Hex Logo

#dfd056 Color Hex

#DFD056
(223,208,86)
0 Favorites   0 Comments

Color spaces of #dfd056

RGB 22320886
HSL0.150.680.61
HSV53°61°87°
CMYK 0.000.070.61   0.13
XYZ54.667061.471617.7880
Yxy61.47160.40820.4590
Hunter Lab78.4038-12.747741.4312
CIE-Lab82.6316-9.322460.7212

#dfd056 color RGB value is (223,208,86).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010000 01010110
Octal 337 320 126
Decimal 223 208 86
Hex DF D0 56

RGB Percentages of Color #dfd056

%43.13
%40.23
%16.63

CMYK Percentages of Color #dfd056

%0
%7
%61
%13

Triadic Colors of #dfd056

#dfd056 #56dfd0 #d056df

Analogous Colors of #dfd056

#dfd056 #aadf56 #df8c56

Monochromatic Colors of #dfd056

#dfd056

Complementary Color

#dfd056 #5665df

#dfd056 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd056 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd056 Color CSS Codes

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

#dfd056 Text Font Color

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

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


#dfd056 Background Color

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

This div background color is #dfd056


#dfd056 Border Color

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

This div border color is #dfd056


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd056


Comments

No comments written yet.

Please login to write comment.