Color Hex Logo

#dcde8f Color Hex

#DCDE8F
(220,222,143)
0 Favorites   0 Comments

Color spaces of #dcde8f

RGB 220222143
HSL0.170.540.72
HSV62°36°87°
CMYK 0.010.000.36   0.13
XYZ60.594469.441436.1965
Yxy69.44140.36450.4177
Hunter Lab83.3315-16.034132.5784
CIE-Lab86.7222-12.438238.5596

#dcde8f color RGB value is (220,222,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011110 10001111
Octal 334 336 217
Decimal 220 222 143
Hex DC DE 8F

RGB Percentages of Color #dcde8f

%37.61
%37.95
%24.44

CMYK Percentages of Color #dcde8f

%1
%0
%36
%13

Triadic Colors of #dcde8f

#dcde8f #8fdcde #de8fdc

Analogous Colors of #dcde8f

#dcde8f #b5de8f #deb98f

Monochromatic Colors of #dcde8f

#dcde8f

Complementary Color

#dcde8f #918fde

#dcde8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcde8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcde8f Color CSS Codes

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

#dcde8f Text Font Color

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

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


#dcde8f Background Color

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

This div background color is #dcde8f


#dcde8f Border Color

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

This div border color is #dcde8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcde8f


Comments

No comments written yet.

Please login to write comment.