Color Hex Logo

#dcdd97 Color Hex

#DCDD97
(220,221,151)
0 Favorites   0 Comments

Color spaces of #dcdd97

RGB 220221151
HSL0.170.510.73
HSV61°32°87°
CMYK 0.000.000.32   0.13
XYZ60.957669.162939.4151
Yxy69.16290.35960.4080
Hunter Lab83.1642-14.700730.1149
CIE-Lab86.5847-10.987434.3320

#dcdd97 color RGB value is (220,221,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011101 10010111
Octal 334 335 227
Decimal 220 221 151
Hex DC DD 97

RGB Percentages of Color #dcdd97

%37.16
%37.33
%25.51

CMYK Percentages of Color #dcdd97

%0
%0
%32
%13

Triadic Colors of #dcdd97

#dcdd97 #97dcdd #dd97dc

Analogous Colors of #dcdd97

#dcdd97 #b9dd97 #ddbb97

Monochromatic Colors of #dcdd97

#dcdd97

Complementary Color

#dcdd97 #9897dd

#dcdd97 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcdd97 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcdd97 Color CSS Codes

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

#dcdd97 Text Font Color

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

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


#dcdd97 Background Color

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

This div background color is #dcdd97


#dcdd97 Border Color

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

This div border color is #dcdd97


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcdd97


Comments

No comments written yet.

Please login to write comment.