Color Hex Logo

#dfdf5f Color Hex

#DFDF5F
(223,223,95)
0 Favorites   0 Comments

Color spaces of #dfdf5f

RGB 22322395
HSL0.170.670.62
HSV60°57°87°
CMYK 0.000.000.57   0.13
XYZ58.884769.289621.0971
Yxy69.28960.39450.4642
Hunter Lab83.2404-19.398843.2413
CIE-Lab86.6473-16.201361.2467

#dfdf5f color RGB value is (223,223,95).

#dfdf5f hex color red value is 223, green value is 223 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #dfdf5f hue: 0.17 , saturation: 0.67 and the lightness value of dfdf5f is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011111 01011111
Octal 337 337 137
Decimal 223 223 95
Hex DF DF 5F

RGB Percentages of Color #dfdf5f

%41.22
%41.22
%17.56

CMYK Percentages of Color #dfdf5f

%0
%0
%57
%13

Triadic Colors of #dfdf5f

#dfdf5f #5fdfdf #df5fdf

Analogous Colors of #dfdf5f

#dfdf5f #9fdf5f #df9f5f

Monochromatic Colors of #dfdf5f

#dfdf5f

Complementary Color

#dfdf5f #5f5fdf

#dfdf5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdf5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdf5f Color CSS Codes

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

#dfdf5f Text Font Color

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

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


#dfdf5f Background Color

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

This div background color is #dfdf5f


#dfdf5f Border Color

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

This div border color is #dfdf5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdf5f


Comments

No comments written yet.

Please login to write comment.