Color Hex Logo

#dcdf8f Color Hex

#DCDF8F
(220,223,143)
0 Favorites   0 Comments

Color spaces of #dcdf8f

RGB 220223143
HSL0.170.560.72
HSV62°36°87°
CMYK 0.010.000.36   0.13
XYZ60.860869.974236.2853
Yxy69.97420.36420.4187
Hunter Lab83.6506-16.519132.8371
CIE-Lab86.9842-12.938038.8982

#dcdf8f color RGB value is (220,223,143).

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

The process color (four color CMYK) of #dcdf8f color hex is 0.01, 0.00, 0.36, 0.13. Web safe color of #dcdf8f is #cccc99. Color #dcdf8f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011111 10001111
Octal 334 337 217
Decimal 220 223 143
Hex DC DF 8F

RGB Percentages of Color #dcdf8f

%37.54
%38.05
%24.40

CMYK Percentages of Color #dcdf8f

%1
%0
%36
%13

Triadic Colors of #dcdf8f

#dcdf8f #8fdcdf #df8fdc

Analogous Colors of #dcdf8f

#dcdf8f #b4df8f #dfba8f

Monochromatic Colors of #dcdf8f

#dcdf8f

Complementary Color

#dcdf8f #928fdf

#dcdf8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcdf8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcdf8f Color CSS Codes

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

#dcdf8f Text Font Color

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

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


#dcdf8f Background Color

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

This div background color is #dcdf8f


#dcdf8f Border Color

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

This div border color is #dcdf8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcdf8f


Comments

No comments written yet.

Please login to write comment.