Color Hex Logo

#ddeacc Color Hex

#DDEACC
(221,234,204)
0 Favorites   0 Comments

Color spaces of #ddeacc

RGB 221234204
HSL0.240.420.86
HSV86°13°92°
CMYK 0.060.000.13   0.08
XYZ70.140778.577468.5969
Yxy78.57740.32280.3616
Hunter Lab88.6439-13.886216.1693
CIE-Lab91.0427-9.555413.1036

#ddeacc color RGB value is (221,234,204).

#ddeacc hex color red value is 221, green value is 234 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ddeacc hue: 0.24 , saturation: 0.42 and the lightness value of ddeacc is 0.86.

The process color (four color CMYK) of #ddeacc color hex is 0.06, 0.00, 0.13, 0.08. Web safe color of #ddeacc is #ccffcc. Color #ddeacc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101010 11001100
Octal 335 352 314
Decimal 221 234 204
Hex DD EA CC

RGB Percentages of Color #ddeacc

%33.54
%35.51
%30.96

CMYK Percentages of Color #ddeacc

%6
%0
%13
%8

Triadic Colors of #ddeacc

#ddeacc #ccddea #eaccdd

Analogous Colors of #ddeacc

#ddeacc #ceeacc #eae8cc

Monochromatic Colors of #ddeacc

#ddeacc

Complementary Color

#ddeacc #d9ccea

#ddeacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddeacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddeacc Color CSS Codes

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

#ddeacc Text Font Color

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

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


#ddeacc Background Color

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

This div background color is #ddeacc


#ddeacc Border Color

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

This div border color is #ddeacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddeacc


Comments

No comments written yet.

Please login to write comment.