Color Hex Logo

#ddeb90 Color Hex

#DDEB90
(221,235,144)
0 Favorites   0 Comments

Color spaces of #ddeb90

RGB 221235144
HSL0.190.690.74
HSV69°39°92°
CMYK 0.060.000.39   0.08
XYZ64.561276.802437.8072
Yxy76.80240.36030.4287
Hunter Lab87.6370-21.865735.7678
CIE-Lab90.2306-18.368042.5833

#ddeb90 color RGB value is (221,235,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101011 10010000
Octal 335 353 220
Decimal 221 235 144
Hex DD EB 90

RGB Percentages of Color #ddeb90

%36.83
%39.17
%24.00

CMYK Percentages of Color #ddeb90

%6
%0
%39
%8

Triadic Colors of #ddeb90

#ddeb90 #90ddeb #eb90dd

Analogous Colors of #ddeb90

#ddeb90 #b0eb90 #ebcc90

Monochromatic Colors of #ddeb90

#ddeb90

Complementary Color

#ddeb90 #9e90eb

#ddeb90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddeb90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddeb90 Color CSS Codes

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

#ddeb90 Text Font Color

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

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


#ddeb90 Background Color

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

This div background color is #ddeb90


#ddeb90 Border Color

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

This div border color is #ddeb90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddeb90


Comments

No comments written yet.

Please login to write comment.