Color Hex Logo

#ddedbb Color Hex

#DDEDBB
(221,237,187)
0 Favorites   0 Comments

Color spaces of #ddedbb

RGB 221237187
HSL0.220.580.83
HSV79°21°93°
CMYK 0.070.000.21   0.07
XYZ69.072679.528458.7237
Yxy79.52840.33320.3836
Hunter Lab89.1787-17.807123.3829
CIE-Lab91.4728-13.714522.5005

#ddedbb color RGB value is (221,237,187).

#ddedbb hex color red value is 221, green value is 237 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #ddedbb hue: 0.22 , saturation: 0.58 and the lightness value of ddedbb is 0.83.

The process color (four color CMYK) of #ddedbb color hex is 0.07, 0.00, 0.21, 0.07. Web safe color of #ddedbb is #ccffcc. Color #ddedbb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101101 10111011
Octal 335 355 273
Decimal 221 237 187
Hex DD ED BB

RGB Percentages of Color #ddedbb

%34.26
%36.74
%28.99

CMYK Percentages of Color #ddedbb

%7
%0
%21
%7

Triadic Colors of #ddedbb

#ddedbb #bbdded #edbbdd

Analogous Colors of #ddedbb

#ddedbb #c4edbb #ede4bb

Monochromatic Colors of #ddedbb

#ddedbb

Complementary Color

#ddedbb #cbbbed

#ddedbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddedbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddedbb Color CSS Codes

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

#ddedbb Text Font Color

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

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


#ddedbb Background Color

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

This div background color is #ddedbb


#ddedbb Border Color

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

This div border color is #ddedbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddedbb


Comments

No comments written yet.

Please login to write comment.