Color Hex Logo

#ddeb8e Color Hex

#DDEB8E
(221,235,142)
0 Favorites   0 Comments

Color spaces of #ddeb8e

RGB 221235142
HSL0.190.700.74
HSV69°40°92°
CMYK 0.060.000.40   0.08
XYZ64.409676.741837.0091
Yxy76.74180.36150.4307
Hunter Lab87.6024-22.062236.2736
CIE-Lab90.2026-18.591843.5313

#ddeb8e color RGB value is (221,235,142).

#ddeb8e hex color red value is 221, green value is 235 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #ddeb8e hue: 0.19 , saturation: 0.70 and the lightness value of ddeb8e is 0.74.

The process color (four color CMYK) of #ddeb8e color hex is 0.06, 0.00, 0.40, 0.08. Web safe color of #ddeb8e is #ccff99. Color #ddeb8e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101011 10001110
Octal 335 353 216
Decimal 221 235 142
Hex DD EB 8E

RGB Percentages of Color #ddeb8e

%36.96
%39.30
%23.75

CMYK Percentages of Color #ddeb8e

%6
%0
%40
%8

Triadic Colors of #ddeb8e

#ddeb8e #8eddeb #eb8edd

Analogous Colors of #ddeb8e

#ddeb8e #afeb8e #ebcb8e

Monochromatic Colors of #ddeb8e

#ddeb8e

Complementary Color

#ddeb8e #9c8eeb

#ddeb8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddeb8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddeb8e Color CSS Codes

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

#ddeb8e Text Font Color

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

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


#ddeb8e Background Color

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

This div background color is #ddeb8e


#ddeb8e Border Color

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

This div border color is #ddeb8e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddeb8e


Comments

No comments written yet.

Please login to write comment.