Color Hex Logo

#ddeeca Color Hex

#DDEECA
(221,238,202)
0 Favorites   0 Comments

Color spaces of #ddeeca

RGB 221238202
HSL0.250.510.86
HSV88°15°93°
CMYK 0.070.000.15   0.07
XYZ71.054080.785567.7253
Yxy80.78550.32360.3679
Hunter Lab89.8808-16.180618.2414
CIE-Lab92.0362-11.884715.5456

#ddeeca color RGB value is (221,238,202).

#ddeeca hex color red value is 221, green value is 238 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #ddeeca hue: 0.25 , saturation: 0.51 and the lightness value of ddeeca is 0.86.

The process color (four color CMYK) of #ddeeca color hex is 0.07, 0.00, 0.15, 0.07. Web safe color of #ddeeca is #ccffcc. Color #ddeeca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101110 11001010
Octal 335 356 312
Decimal 221 238 202
Hex DD EE CA

RGB Percentages of Color #ddeeca

%33.43
%36.01
%30.56

CMYK Percentages of Color #ddeeca

%7
%0
%15
%7

Triadic Colors of #ddeeca

#ddeeca #caddee #eecadd

Analogous Colors of #ddeeca

#ddeeca #cbeeca #eeedca

Monochromatic Colors of #ddeeca

#ddeeca

Complementary Color

#ddeeca #dbcaee

#ddeeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddeeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddeeca Color CSS Codes

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

#ddeeca Text Font Color

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

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


#ddeeca Background Color

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

This div background color is #ddeeca


#ddeeca Border Color

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

This div border color is #ddeeca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddeeca


Comments

No comments written yet.

Please login to write comment.