Color Hex Logo

#dcdf6f Color Hex

#DCDF6F
(220,223,111)
0 Favorites   0 Comments

Color spaces of #dcdf6f

RGB 220223111
HSL0.170.640.65
HSV62°50°87°
CMYK 0.010.000.50   0.13
XYZ58.772169.138725.2864
Yxy69.13870.38360.4513
Hunter Lab83.1497-19.344140.1743
CIE-Lab86.5727-16.151853.9154

#dcdf6f color RGB value is (220,223,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011111 01101111
Octal 334 337 157
Decimal 220 223 111
Hex DC DF 6F

RGB Percentages of Color #dcdf6f

%39.71
%40.25
%20.04

CMYK Percentages of Color #dcdf6f

%1
%0
%50
%13

Triadic Colors of #dcdf6f

#dcdf6f #6fdcdf #df6fdc

Analogous Colors of #dcdf6f

#dcdf6f #a4df6f #dfaa6f

Monochromatic Colors of #dcdf6f

#dcdf6f

Complementary Color

#dcdf6f #726fdf

#dcdf6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcdf6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcdf6f Color CSS Codes

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

#dcdf6f Text Font Color

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

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


#dcdf6f Background Color

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

This div background color is #dcdf6f


#dcdf6f Border Color

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

This div border color is #dcdf6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcdf6f


Comments

No comments written yet.

Please login to write comment.