Color Hex Logo

#dcdd93 Color Hex

#DCDD93
(220,221,147)
0 Favorites   0 Comments

Color spaces of #dcdd93

RGB 220221147
HSL0.170.520.72
HSV61°33°87°
CMYK 0.000.000.33   0.13
XYZ60.638169.035137.7329
Yxy69.03510.36220.4124
Hunter Lab83.0874-15.131631.2355
CIE-Lab86.5214-11.469536.2804

#dcdd93 color RGB value is (220,221,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011101 10010011
Octal 334 335 223
Decimal 220 221 147
Hex DC DD 93

RGB Percentages of Color #dcdd93

%37.41
%37.59
%25.00

CMYK Percentages of Color #dcdd93

%0
%0
%33
%13

Triadic Colors of #dcdd93

#dcdd93 #93dcdd #dd93dc

Analogous Colors of #dcdd93

#dcdd93 #b7dd93 #ddb993

Monochromatic Colors of #dcdd93

#dcdd93

Complementary Color

#dcdd93 #9493dd

#dcdd93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcdd93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcdd93 Color CSS Codes

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

#dcdd93 Text Font Color

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

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


#dcdd93 Background Color

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

This div background color is #dcdd93


#dcdd93 Border Color

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

This div border color is #dcdd93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcdd93


Comments

No comments written yet.

Please login to write comment.