Color Hex Logo

#dcdd5e Color Hex

#DCDD5E
(220,221,94)
0 Favorites   0 Comments

Color spaces of #dcdd5e

RGB 22022194
HSL0.170.650.62
HSV60°57°87°
CMYK 0.000.000.57   0.13
XYZ57.392067.736720.6393
Yxy67.73670.39370.4647
Hunter Lab82.3023-19.555442.7432
CIE-Lab85.8746-16.503660.7578

#dcdd5e color RGB value is (220,221,94).

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

The process color (four color CMYK) of #dcdd5e color hex is 0.00, 0.00, 0.57, 0.13. Web safe color of #dcdd5e is #cccc66. Color #dcdd5e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011101 01011110
Octal 334 335 136
Decimal 220 221 94
Hex DC DD 5E

RGB Percentages of Color #dcdd5e

%41.12
%41.31
%17.57

CMYK Percentages of Color #dcdd5e

%0
%0
%57
%13

Triadic Colors of #dcdd5e

#dcdd5e #5edcdd #dd5edc

Analogous Colors of #dcdd5e

#dcdd5e #9ddd5e #dd9f5e

Monochromatic Colors of #dcdd5e

#dcdd5e

Complementary Color

#dcdd5e #5f5edd

#dcdd5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcdd5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcdd5e Color CSS Codes

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

#dcdd5e Text Font Color

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

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


#dcdd5e Background Color

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

This div background color is #dcdd5e


#dcdd5e Border Color

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

This div border color is #dcdd5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcdd5e


Comments

No comments written yet.

Please login to write comment.