Color Hex Logo

#ddefca Color Hex

#DDEFCA
(221,239,202)
0 Favorites   0 Comments

Color spaces of #ddefca

RGB 221239202
HSL0.250.540.86
HSV89°15°94°
CMYK 0.080.000.15   0.06
XYZ71.346081.369467.8227
Yxy81.36940.32350.3690
Hunter Lab90.2050-16.677418.5649
CIE-Lab92.2958-12.383215.9115

#ddefca color RGB value is (221,239,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101111 11001010
Octal 335 357 312
Decimal 221 239 202
Hex DD EF CA

RGB Percentages of Color #ddefca

%33.38
%36.10
%30.51

CMYK Percentages of Color #ddefca

%8
%0
%15
%6

Triadic Colors of #ddefca

#ddefca #caddef #efcadd

Analogous Colors of #ddefca

#ddefca #cbefca #efefca

Monochromatic Colors of #ddefca

#ddefca

Complementary Color

#ddefca #dccaef

#ddefca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddefca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddefca Color CSS Codes

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

#ddefca Text Font Color

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

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


#ddefca Background Color

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

This div background color is #ddefca


#ddefca Border Color

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

This div border color is #ddefca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddefca


Comments

No comments written yet.

Please login to write comment.