Color Hex Logo

#dcdf72 Color Hex

#DCDF72
(220,223,114)
0 Favorites   0 Comments

Color spaces of #dcdf72

RGB 220223114
HSL0.170.630.66
HSV62°49°87°
CMYK 0.010.000.49   0.13
XYZ58.940169.205926.1712
Yxy69.20590.38190.4485
Hunter Lab83.1901-19.115639.5807
CIE-Lab86.6059-15.889552.5552

#dcdf72 color RGB value is (220,223,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011111 01110010
Octal 334 337 162
Decimal 220 223 114
Hex DC DF 72

RGB Percentages of Color #dcdf72

%39.50
%40.04
%20.47

CMYK Percentages of Color #dcdf72

%1
%0
%49
%13

Triadic Colors of #dcdf72

#dcdf72 #72dcdf #df72dc

Analogous Colors of #dcdf72

#dcdf72 #a6df72 #dfac72

Monochromatic Colors of #dcdf72

#dcdf72

Complementary Color

#dcdf72 #7572df

#dcdf72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcdf72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcdf72 Color CSS Codes

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

#dcdf72 Text Font Color

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

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


#dcdf72 Background Color

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

This div background color is #dcdf72


#dcdf72 Border Color

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

This div border color is #dcdf72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcdf72


Comments

No comments written yet.

Please login to write comment.