Color Hex Logo

#ddee8b Color Hex

#DDEE8B
(221,238,139)
0 Favorites   0 Comments

Color spaces of #ddee8b

RGB 221238139
HSL0.200.740.74
HSV70°42°93°
CMYK 0.070.000.42   0.07
XYZ65.053578.385336.1273
Yxy78.38530.36230.4365
Hunter Lab88.5355-23.780037.7813
CIE-Lab90.9554-20.378045.9467

#ddee8b color RGB value is (221,238,139).

#ddee8b hex color red value is 221, green value is 238 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #ddee8b hue: 0.20 , saturation: 0.74 and the lightness value of ddee8b is 0.74.

The process color (four color CMYK) of #ddee8b color hex is 0.07, 0.00, 0.42, 0.07. Web safe color of #ddee8b is #ccff99. Color #ddee8b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101110 10001011
Octal 335 356 213
Decimal 221 238 139
Hex DD EE 8B

RGB Percentages of Color #ddee8b

%36.96
%39.80
%23.24

CMYK Percentages of Color #ddee8b

%7
%0
%42
%7

Triadic Colors of #ddee8b

#ddee8b #8bddee #ee8bdd

Analogous Colors of #ddee8b

#ddee8b #acee8b #eece8b

Monochromatic Colors of #ddee8b

#ddee8b

Complementary Color

#ddee8b #9c8bee

#ddee8b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddee8b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddee8b Color CSS Codes

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

#ddee8b Text Font Color

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

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


#ddee8b Background Color

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

This div background color is #ddee8b


#ddee8b Border Color

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

This div border color is #ddee8b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddee8b


Comments

No comments written yet.

Please login to write comment.