Color Hex Logo

#ddfeca Color Hex

#DDFECA
(221,254,202)
0 Favorites   0 Comments

Color spaces of #ddfeca

RGB 221254202
HSL0.270.960.89
HSV98°20°100°
CMYK 0.130.000.20   0.00
XYZ75.921390.520069.3478
Yxy90.52000.32200.3839
Hunter Lab95.1420-24.059323.3837
CIE-Lab96.2121-19.750521.3928

#ddfeca color RGB value is (221,254,202).

#ddfeca hex color red value is 221, green value is 254 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #ddfeca hue: 0.27 , saturation: 0.96 and the lightness value of ddfeca is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111110 11001010
Octal 335 376 312
Decimal 221 254 202
Hex DD FE CA

RGB Percentages of Color #ddfeca

%32.64
%37.52
%29.84

CMYK Percentages of Color #ddfeca

%13
%0
%20
%0

Triadic Colors of #ddfeca

#ddfeca #caddfe #fecadd

Analogous Colors of #ddfeca

#ddfeca #cafed1 #f7feca

Monochromatic Colors of #ddfeca

#ddfeca

Complementary Color

#ddfeca #ebcafe

#ddfeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfeca Color CSS Codes

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

#ddfeca Text Font Color

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

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


#ddfeca Background Color

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

This div background color is #ddfeca


#ddfeca Border Color

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

This div border color is #ddfeca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfeca


Comments

No comments written yet.

Please login to write comment.