Color Hex Logo

#ddedaf Color Hex

#DDEDAF
(221,237,175)
0 Favorites   0 Comments

Color spaces of #ddedaf

RGB 221237175
HSL0.210.630.81
HSV75°26°93°
CMYK 0.070.000.26   0.07
XYZ67.840879.035752.2373
Yxy79.03570.34070.3969
Hunter Lab88.9020-19.365927.3936
CIE-Lab91.2504-15.444228.3464

#ddedaf color RGB value is (221,237,175).

#ddedaf hex color red value is 221, green value is 237 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #ddedaf hue: 0.21 , saturation: 0.63 and the lightness value of ddedaf is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101101 10101111
Octal 335 355 257
Decimal 221 237 175
Hex DD ED AF

RGB Percentages of Color #ddedaf

%34.91
%37.44
%27.65

CMYK Percentages of Color #ddedaf

%7
%0
%26
%7

Triadic Colors of #ddedaf

#ddedaf #afdded #edafdd

Analogous Colors of #ddedaf

#ddedaf #beedaf #eddeaf

Monochromatic Colors of #ddedaf

#ddedaf

Complementary Color

#ddedaf #bfafed

#ddedaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddedaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddedaf Color CSS Codes

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

#ddedaf Text Font Color

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

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


#ddedaf Background Color

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

This div background color is #ddedaf


#ddedaf Border Color

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

This div border color is #ddedaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddedaf


Comments

No comments written yet.

Please login to write comment.