Color Hex Logo

#dddd88 Color Hex

#DDDD88
(221,221,136)
0 Favorites   0 Comments

Color spaces of #dddd88

RGB 221221136
HSL0.170.560.70
HSV60°38°87°
CMYK 0.000.000.38   0.13
XYZ60.119268.862633.4157
Yxy68.86260.37020.4240
Hunter Lab82.9835-15.902934.2136
CIE-Lab86.4360-12.332541.7091

#dddd88 color RGB value is (221,221,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011101 10001000
Octal 335 335 210
Decimal 221 221 136
Hex DD DD 88

RGB Percentages of Color #dddd88

%38.24
%38.24
%23.53

CMYK Percentages of Color #dddd88

%0
%0
%38
%13

Triadic Colors of #dddd88

#dddd88 #88dddd #dd88dd

Analogous Colors of #dddd88

#dddd88 #b3dd88 #ddb388

Monochromatic Colors of #dddd88

#dddd88

Complementary Color

#dddd88 #8888dd

#dddd88 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddd88 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddd88 Color CSS Codes

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

#dddd88 Text Font Color

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

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


#dddd88 Background Color

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

This div background color is #dddd88


#dddd88 Border Color

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

This div border color is #dddd88


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,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 #dddd88">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dddd88


Comments

No comments written yet.

Please login to write comment.