Color Hex Logo

#dfd457 Color Hex

#DFD457
(223,212,87)
0 Favorites   0 Comments

Color spaces of #dfd457

RGB 22321287
HSL0.150.680.61
HSV55°61°87°
CMYK 0.000.050.61   0.13
XYZ55.695263.463118.3310
Yxy63.46310.40510.4616
Hunter Lab79.6637-14.617142.1217
CIE-Lab83.6854-11.274061.4368

#dfd457 color RGB value is (223,212,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010100 01010111
Octal 337 324 127
Decimal 223 212 87
Hex DF D4 57

RGB Percentages of Color #dfd457

%42.72
%40.61
%16.67

CMYK Percentages of Color #dfd457

%0
%5
%61
%13

Triadic Colors of #dfd457

#dfd457 #57dfd4 #d457df

Analogous Colors of #dfd457

#dfd457 #a6df57 #df9057

Monochromatic Colors of #dfd457

#dfd457

Complementary Color

#dfd457 #5762df

#dfd457 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd457 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd457 Color CSS Codes

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

#dfd457 Text Font Color

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

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


#dfd457 Background Color

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

This div background color is #dfd457


#dfd457 Border Color

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

This div border color is #dfd457


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd457


Comments

No comments written yet.

Please login to write comment.