Color Hex Logo

#ddde8b Color Hex

#DDDE8B
(221,222,139)
0 Favorites   0 Comments

Color spaces of #ddde8b

RGB 221222139
HSL0.170.560.71
HSV61°37°87°
CMYK 0.000.000.37   0.13
XYZ60.600369.478834.6429
Yxy69.47880.36790.4218
Hunter Lab83.3539-16.095733.7061
CIE-Lab86.7406-12.503740.6027

#ddde8b color RGB value is (221,222,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011110 10001011
Octal 335 336 213
Decimal 221 222 139
Hex DD DE 8B

RGB Percentages of Color #ddde8b

%37.97
%38.14
%23.88

CMYK Percentages of Color #ddde8b

%0
%0
%37
%13

Triadic Colors of #ddde8b

#ddde8b #8bddde #de8bdd

Analogous Colors of #ddde8b

#ddde8b #b4de8b #deb68b

Monochromatic Colors of #ddde8b

#ddde8b

Complementary Color

#ddde8b #8c8bde

#ddde8b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddde8b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddde8b Color CSS Codes

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

#ddde8b Text Font Color

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

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


#ddde8b Background Color

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

This div background color is #ddde8b


#ddde8b Border Color

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

This div border color is #ddde8b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddde8b


Comments

No comments written yet.

Please login to write comment.