Color Hex Logo

#dfdb5c Color Hex

#DFDB5C
(223,219,92)
0 Favorites   0 Comments

Color spaces of #dfdb5c

RGB 22321992
HSL0.160.670.62
HSV58°59°87°
CMYK 0.000.020.59   0.13
XYZ57.694767.123720.0406
Yxy67.12370.39830.4634
Hunter Lab81.9291-17.675642.8475
CIE-Lab85.5664-14.433261.3482

#dfdb5c color RGB value is (223,219,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011011 01011100
Octal 337 333 134
Decimal 223 219 92
Hex DF DB 5C

RGB Percentages of Color #dfdb5c

%41.76
%41.01
%17.23

CMYK Percentages of Color #dfdb5c

%0
%2
%59
%13

Triadic Colors of #dfdb5c

#dfdb5c #5cdfdb #db5cdf

Analogous Colors of #dfdb5c

#dfdb5c #a2df5c #df9a5c

Monochromatic Colors of #dfdb5c

#dfdb5c

Complementary Color

#dfdb5c #5c60df

#dfdb5c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdb5c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdb5c Color CSS Codes

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

#dfdb5c Text Font Color

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

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


#dfdb5c Background Color

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

This div background color is #dfdb5c


#dfdb5c Border Color

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

This div border color is #dfdb5c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdb5c


Comments

No comments written yet.

Please login to write comment.