Color Hex Logo

#dcdd89 Color Hex

#DCDD89
(220,221,137)
0 Favorites   0 Comments

Color spaces of #dcdd89

RGB 220221137
HSL0.170.550.70
HSV61°38°87°
CMYK 0.000.000.38   0.13
XYZ59.887068.734733.7777
Yxy68.73470.36880.4232
Hunter Lab82.9064-16.147633.8786
CIE-Lab86.3725-12.612241.1143

#dcdd89 color RGB value is (220,221,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011101 10001001
Octal 334 335 211
Decimal 220 221 137
Hex DC DD 89

RGB Percentages of Color #dcdd89

%38.06
%38.24
%23.70

CMYK Percentages of Color #dcdd89

%0
%0
%38
%13

Triadic Colors of #dcdd89

#dcdd89 #89dcdd #dd89dc

Analogous Colors of #dcdd89

#dcdd89 #b2dd89 #ddb489

Monochromatic Colors of #dcdd89

#dcdd89

Complementary Color

#dcdd89 #8a89dd

#dcdd89 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcdd89 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcdd89 Color CSS Codes

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

#dcdd89 Text Font Color

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

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


#dcdd89 Background Color

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

This div background color is #dcdd89


#dcdd89 Border Color

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

This div border color is #dcdd89


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcdd89


Comments

No comments written yet.

Please login to write comment.