Color Hex Logo

#dcdf70 Color Hex

#DCDF70
(220,223,112)
0 Favorites   0 Comments

Color spaces of #dcdf70

RGB 220223112
HSL0.170.630.66
HSV62°50°87°
CMYK 0.010.000.50   0.13
XYZ58.827569.160825.5781
Yxy69.16080.38310.4504
Hunter Lab83.1630-19.268639.9785
CIE-Lab86.5836-16.065153.4633

#dcdf70 color RGB value is (220,223,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011111 01110000
Octal 334 337 160
Decimal 220 223 112
Hex DC DF 70

RGB Percentages of Color #dcdf70

%39.64
%40.18
%20.18

CMYK Percentages of Color #dcdf70

%1
%0
%50
%13

Triadic Colors of #dcdf70

#dcdf70 #70dcdf #df70dc

Analogous Colors of #dcdf70

#dcdf70 #a5df70 #dfab70

Monochromatic Colors of #dcdf70

#dcdf70

Complementary Color

#dcdf70 #7370df

#dcdf70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcdf70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcdf70 Color CSS Codes

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

#dcdf70 Text Font Color

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

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


#dcdf70 Background Color

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

This div background color is #dcdf70


#dcdf70 Border Color

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

This div border color is #dcdf70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcdf70


Comments

No comments written yet.

Please login to write comment.