Color Hex Logo

#dded8c Color Hex

#DDED8C
(221,237,140)
0 Favorites   0 Comments

Color spaces of #dded8c

RGB 221237140
HSL0.190.730.74
HSV70°41°93°
CMYK 0.070.000.41   0.07
XYZ64.836677.834036.4172
Yxy77.83400.36200.4346
Hunter Lab88.2236-23.209437.2826
CIE-Lab90.7041-19.784945.1440

#dded8c color RGB value is (221,237,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101101 10001100
Octal 335 355 214
Decimal 221 237 140
Hex DD ED 8C

RGB Percentages of Color #dded8c

%36.96
%39.63
%23.41

CMYK Percentages of Color #dded8c

%7
%0
%41
%7

Triadic Colors of #dded8c

#dded8c #8cdded #ed8cdd

Analogous Colors of #dded8c

#dded8c #aded8c #edcd8c

Monochromatic Colors of #dded8c

#dded8c

Complementary Color

#dded8c #9c8ced

#dded8c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dded8c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dded8c Color CSS Codes

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

#dded8c Text Font Color

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

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


#dded8c Background Color

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

This div background color is #dded8c


#dded8c Border Color

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

This div border color is #dded8c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,237,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 #dded8c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dded8c


Comments

No comments written yet.

Please login to write comment.