Color Hex Logo

#ddd88b Color Hex

#DDD88B
(221,216,139)
0 Favorites   0 Comments

Color spaces of #ddd88b

RGB 221216139
HSL0.160.550.71
HSV56°37°87°
CMYK 0.000.020.37   0.13
XYZ59.034966.348034.1211
Yxy66.34800.37010.4160
Hunter Lab81.4543-13.175132.1815
CIE-Lab85.1736-9.487338.5900

#ddd88b color RGB value is (221,216,139).

#ddd88b hex color red value is 221, green value is 216 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #ddd88b hue: 0.16 , saturation: 0.55 and the lightness value of ddd88b is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011000 10001011
Octal 335 330 213
Decimal 221 216 139
Hex DD D8 8B

RGB Percentages of Color #ddd88b

%38.37
%37.50
%24.13

CMYK Percentages of Color #ddd88b

%0
%2
%37
%13

Triadic Colors of #ddd88b

#ddd88b #8bddd8 #d88bdd

Analogous Colors of #ddd88b

#ddd88b #b9dd8b #ddaf8b

Monochromatic Colors of #ddd88b

#ddd88b

Complementary Color

#ddd88b #8b90dd

#ddd88b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd88b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd88b Color CSS Codes

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

#ddd88b Text Font Color

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

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


#ddd88b Background Color

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

This div background color is #ddd88b


#ddd88b Border Color

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

This div border color is #ddd88b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd88b


Comments

No comments written yet.

Please login to write comment.