Color Hex Logo

#dfdc60 Color Hex

#DFDC60
(223,220,96)
0 Favorites   0 Comments

Color spaces of #dfdc60

RGB 22322096
HSL0.160.660.63
HSV59°57°87°
CMYK 0.000.010.57   0.13
XYZ58.135967.718921.0733
Yxy67.71890.39570.4609
Hunter Lab82.2915-17.906542.4210
CIE-Lab85.8657-14.647059.9427

#dfdc60 color RGB value is (223,220,96).

#dfdc60 hex color red value is 223, green value is 220 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #dfdc60 hue: 0.16 , saturation: 0.66 and the lightness value of dfdc60 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011100 01100000
Octal 337 334 140
Decimal 223 220 96
Hex DF DC 60

RGB Percentages of Color #dfdc60

%41.37
%40.82
%17.81

CMYK Percentages of Color #dfdc60

%0
%1
%57
%13

Triadic Colors of #dfdc60

#dfdc60 #60dfdc #dc60df

Analogous Colors of #dfdc60

#dfdc60 #a3df60 #df9d60

Monochromatic Colors of #dfdc60

#dfdc60

Complementary Color

#dfdc60 #6063df

#dfdc60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdc60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdc60 Color CSS Codes

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

#dfdc60 Text Font Color

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

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


#dfdc60 Background Color

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

This div background color is #dfdc60


#dfdc60 Border Color

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

This div border color is #dfdc60


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdc60


Comments

No comments written yet.

Please login to write comment.