Color Hex Logo

#dcdf60 Color Hex

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

Color spaces of #dcdf60

RGB 22022396
HSL0.170.660.63
HSV61°57°87°
CMYK 0.010.000.57   0.13
XYZ58.014268.835521.2952
Yxy68.83550.39160.4646
Hunter Lab82.9672-20.377742.8590
CIE-Lab86.4225-17.343560.4981

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

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

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

Base Numbers

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

RGB Percentages of Color #dcdf60

%40.82
%41.37
%17.81

CMYK Percentages of Color #dcdf60

%1
%0
%57
%13

Triadic Colors of #dcdf60

#dcdf60 #60dcdf #df60dc

Analogous Colors of #dcdf60

#dcdf60 #9ddf60 #dfa360

Monochromatic Colors of #dcdf60

#dcdf60

Complementary Color

#dcdf60 #6360df

#dcdf60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcdf60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcdf60 Color CSS Codes

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

#dcdf60 Text Font Color

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

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


#dcdf60 Background Color

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

This div background color is #dcdf60


#dcdf60 Border Color

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

This div border color is #dcdf60


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,223,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 #dcdf60">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcdf60


Comments

No comments written yet.

Please login to write comment.