Color Hex Logo

#ddef8c Color Hex

#DDEF8C
(221,239,140)
0 Favorites   0 Comments

Color spaces of #ddef8c

RGB 221239140
HSL0.200.760.74
HSV71°41°94°
CMYK 0.080.000.41   0.06
XYZ65.418978.998636.6113
Yxy78.99860.36140.4364
Hunter Lab88.8812-24.161337.7945
CIE-Lab91.2337-20.753845.8108

#ddef8c color RGB value is (221,239,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101111 10001100
Octal 335 357 214
Decimal 221 239 140
Hex DD EF 8C

RGB Percentages of Color #ddef8c

%36.83
%39.83
%23.33

CMYK Percentages of Color #ddef8c

%8
%0
%41
%6

Triadic Colors of #ddef8c

#ddef8c #8cddef #ef8cdd

Analogous Colors of #ddef8c

#ddef8c #acef8c #efd08c

Monochromatic Colors of #ddef8c

#ddef8c

Complementary Color

#ddef8c #9e8cef

#ddef8c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddef8c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddef8c Color CSS Codes

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

#ddef8c Text Font Color

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

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


#ddef8c Background Color

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

This div background color is #ddef8c


#ddef8c Border Color

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

This div border color is #ddef8c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddef8c


Comments

No comments written yet.

Please login to write comment.