Color Hex Logo

#dcde99 Color Hex

#DCDE99
(220,222,153)
0 Favorites   0 Comments

Color spaces of #dcde99

RGB 220222153
HSL0.170.510.74
HSV62°31°87°
CMYK 0.010.000.31   0.13
XYZ61.386269.758140.3663
Yxy69.75810.35790.4067
Hunter Lab83.5213-14.969029.8097
CIE-Lab86.8781-11.244033.7004

#dcde99 color RGB value is (220,222,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011110 10011001
Octal 334 336 231
Decimal 220 222 153
Hex DC DE 99

RGB Percentages of Color #dcde99

%36.97
%37.31
%25.71

CMYK Percentages of Color #dcde99

%1
%0
%31
%13

Triadic Colors of #dcde99

#dcde99 #99dcde #de99dc

Analogous Colors of #dcde99

#dcde99 #bade99 #debe99

Monochromatic Colors of #dcde99

#dcde99

Complementary Color

#dcde99 #9b99de

#dcde99 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcde99 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcde99 Color CSS Codes

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

#dcde99 Text Font Color

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

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


#dcde99 Background Color

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

This div background color is #dcde99


#dcde99 Border Color

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

This div border color is #dcde99


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcde99


Comments

No comments written yet.

Please login to write comment.