Color Hex Logo

#dcdd88 Color Hex

#DCDD88
(220,221,136)
0 Favorites   0 Comments

Color spaces of #dcdd88

RGB 220221136
HSL0.170.560.70
HSV61°38°87°
CMYK 0.000.000.38   0.13
XYZ59.815668.706133.4015
Yxy68.70610.36940.4243
Hunter Lab82.8891-16.244434.1306
CIE-Lab86.3583-12.721441.5943

#dcdd88 color RGB value is (220,221,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011101 10001000
Octal 334 335 210
Decimal 220 221 136
Hex DC DD 88

RGB Percentages of Color #dcdd88

%38.13
%38.30
%23.57

CMYK Percentages of Color #dcdd88

%0
%0
%38
%13

Triadic Colors of #dcdd88

#dcdd88 #88dcdd #dd88dc

Analogous Colors of #dcdd88

#dcdd88 #b2dd88 #ddb488

Monochromatic Colors of #dcdd88

#dcdd88

Complementary Color

#dcdd88 #8988dd

#dcdd88 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcdd88 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcdd88 Color CSS Codes

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

#dcdd88 Text Font Color

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

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


#dcdd88 Background Color

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

This div background color is #dcdd88


#dcdd88 Border Color

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

This div border color is #dcdd88


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcdd88


Comments

No comments written yet.

Please login to write comment.