Color Hex Logo

#ddeb5e Color Hex

#DDEB5E
(221,235,94)
0 Favorites   0 Comments

Color spaces of #ddeb5e

RGB 22123594
HSL0.180.780.65
HSV66°60°92°
CMYK 0.060.000.60   0.08
XYZ61.547575.597021.9375
Yxy75.59700.38690.4752
Hunter Lab86.9465-25.800345.9031
CIE-Lab89.6719-22.908164.9449

#ddeb5e color RGB value is (221,235,94).

#ddeb5e hex color red value is 221, green value is 235 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #ddeb5e hue: 0.18 , saturation: 0.78 and the lightness value of ddeb5e is 0.65.

The process color (four color CMYK) of #ddeb5e color hex is 0.06, 0.00, 0.60, 0.08. Web safe color of #ddeb5e is #ccff66. Color #ddeb5e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101011 01011110
Octal 335 353 136
Decimal 221 235 94
Hex DD EB 5E

RGB Percentages of Color #ddeb5e

%40.18
%42.73
%17.09

CMYK Percentages of Color #ddeb5e

%6
%0
%60
%8

Triadic Colors of #ddeb5e

#ddeb5e #5eddeb #eb5edd

Analogous Colors of #ddeb5e

#ddeb5e #97eb5e #ebb35e

Monochromatic Colors of #ddeb5e

#ddeb5e

Complementary Color

#ddeb5e #6c5eeb

#ddeb5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddeb5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddeb5e Color CSS Codes

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

#ddeb5e Text Font Color

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

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


#ddeb5e Background Color

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

This div background color is #ddeb5e


#ddeb5e Border Color

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

This div border color is #ddeb5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddeb5e


Comments

No comments written yet.

Please login to write comment.