Color Hex Logo

#dfd954 Color Hex

#DFD954
(223,217,84)
0 Favorites   0 Comments

Color spaces of #dfd954

RGB 22321784
HSL0.160.680.60
HSV57°62°87°
CMYK 0.000.030.62   0.13
XYZ56.844565.953818.1218
Yxy65.95380.40340.4680
Hunter Lab81.2119-17.179443.6183
CIE-Lab84.9728-13.964864.0782

#dfd954 color RGB value is (223,217,84).

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

The process color (four color CMYK) of #dfd954 color hex is 0.00, 0.03, 0.62, 0.13. Web safe color of #dfd954 is #cccc66. Color #dfd954 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011001 01010100
Octal 337 331 124
Decimal 223 217 84
Hex DF D9 54

RGB Percentages of Color #dfd954

%42.56
%41.41
%16.03

CMYK Percentages of Color #dfd954

%0
%3
%62
%13

Triadic Colors of #dfd954

#dfd954 #54dfd9 #d954df

Analogous Colors of #dfd954

#dfd954 #a0df54 #df9454

Monochromatic Colors of #dfd954

#dfd954

Complementary Color

#dfd954 #545adf

#dfd954 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd954 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd954 Color CSS Codes

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

#dfd954 Text Font Color

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

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


#dfd954 Background Color

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

This div background color is #dfd954


#dfd954 Border Color

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

This div border color is #dfd954


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd954

#dfd954 Color Palettes


Comments

No comments written yet.

Please login to write comment.