Color Hex Logo

#ddde9b Color Hex

#DDDE9B
(221,222,155)
0 Favorites   0 Comments

Color spaces of #ddde9b

RGB 221222155
HSL0.170.500.74
HSV61°30°87°
CMYK 0.000.000.30   0.13
XYZ61.856569.981341.2579
Yxy69.98130.35740.4043
Hunter Lab83.6548-14.408529.3170
CIE-Lab86.9877-10.615532.8393

#ddde9b color RGB value is (221,222,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011110 10011011
Octal 335 336 233
Decimal 221 222 155
Hex DD DE 9B

RGB Percentages of Color #ddde9b

%36.96
%37.12
%25.92

CMYK Percentages of Color #ddde9b

%0
%0
%30
%13

Triadic Colors of #ddde9b

#ddde9b #9bddde #de9bdd

Analogous Colors of #ddde9b

#ddde9b #bcde9b #debe9b

Monochromatic Colors of #ddde9b

#ddde9b

Complementary Color

#ddde9b #9c9bde

#ddde9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddde9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddde9b Color CSS Codes

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

#ddde9b Text Font Color

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

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


#ddde9b Background Color

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

This div background color is #ddde9b


#ddde9b Border Color

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

This div border color is #ddde9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddde9b


Comments

No comments written yet.

Please login to write comment.