Color Hex Logo

#ddef9d Color Hex

#DDEF9D
(221,239,157)
0 Favorites   0 Comments

Color spaces of #ddef9d

RGB 221239157
HSL0.200.720.78
HSV73°34°94°
CMYK 0.080.000.34   0.06
XYZ66.771179.539543.7317
Yxy79.53950.35130.4185
Hunter Lab89.1849-22.434033.3567
CIE-Lab91.4778-18.785437.7443

#ddef9d color RGB value is (221,239,157).

#ddef9d hex color red value is 221, green value is 239 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #ddef9d hue: 0.20 , saturation: 0.72 and the lightness value of ddef9d is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101111 10011101
Octal 335 357 235
Decimal 221 239 157
Hex DD EF 9D

RGB Percentages of Color #ddef9d

%35.82
%38.74
%25.45

CMYK Percentages of Color #ddef9d

%8
%0
%34
%6

Triadic Colors of #ddef9d

#ddef9d #9dddef #ef9ddd

Analogous Colors of #ddef9d

#ddef9d #b4ef9d #efd89d

Monochromatic Colors of #ddef9d

#ddef9d

Complementary Color

#ddef9d #af9def

#ddef9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddef9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddef9d Color CSS Codes

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

#ddef9d Text Font Color

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

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


#ddef9d Background Color

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

This div background color is #ddef9d


#ddef9d Border Color

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

This div border color is #ddef9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddef9d


Comments

No comments written yet.

Please login to write comment.