Color Hex Logo

#ddee7c Color Hex

#DDEE7C
(221,238,124)
0 Favorites   0 Comments

Color spaces of #ddee7c

RGB 221238124
HSL0.190.770.71
HSV69°48°93°
CMYK 0.070.000.48   0.07
XYZ64.031477.976530.7449
Yxy77.97650.37070.4514
Hunter Lab88.3043-25.098241.1700
CIE-Lab90.7692-21.895152.8746

#ddee7c color RGB value is (221,238,124).

#ddee7c hex color red value is 221, green value is 238 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #ddee7c hue: 0.19 , saturation: 0.77 and the lightness value of ddee7c is 0.71.

The process color (four color CMYK) of #ddee7c color hex is 0.07, 0.00, 0.48, 0.07. Web safe color of #ddee7c is #ccff66. Color #ddee7c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101110 01111100
Octal 335 356 174
Decimal 221 238 124
Hex DD EE 7C

RGB Percentages of Color #ddee7c

%37.91
%40.82
%21.27

CMYK Percentages of Color #ddee7c

%7
%0
%48
%7

Triadic Colors of #ddee7c

#ddee7c #7cddee #ee7cdd

Analogous Colors of #ddee7c

#ddee7c #a4ee7c #eec67c

Monochromatic Colors of #ddee7c

#ddee7c

Complementary Color

#ddee7c #8d7cee

#ddee7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddee7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddee7c Color CSS Codes

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

#ddee7c Text Font Color

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

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


#ddee7c Background Color

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

This div background color is #ddee7c


#ddee7c Border Color

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

This div border color is #ddee7c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddee7c


Comments

No comments written yet.

Please login to write comment.