Color Hex Logo

#ddfea6 Color Hex

#DDFEA6
(221,254,166)
0 Favorites   0 Comments

Color spaces of #ddfea6

RGB 221254166
HSL0.230.980.82
HSV83°35°100°
CMYK 0.130.000.35   0.00
XYZ72.143589.008949.4545
Yxy89.00890.34260.4226
Hunter Lab94.3445-28.607334.9619
CIE-Lab95.5841-24.870138.6494

#ddfea6 color RGB value is (221,254,166).

#ddfea6 hex color red value is 221, green value is 254 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #ddfea6 hue: 0.23 , saturation: 0.98 and the lightness value of ddfea6 is 0.82.

The process color (four color CMYK) of #ddfea6 color hex is 0.13, 0.00, 0.35, 0.00. Web safe color of #ddfea6 is #ccff99. Color #ddfea6 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111110 10100110
Octal 335 376 246
Decimal 221 254 166
Hex DD FE A6

RGB Percentages of Color #ddfea6

%34.48
%39.63
%25.90

CMYK Percentages of Color #ddfea6

%13
%0
%35
%0

Triadic Colors of #ddfea6

#ddfea6 #a6ddfe #fea6dd

Analogous Colors of #ddfea6

#ddfea6 #b1fea6 #fef3a6

Monochromatic Colors of #ddfea6

#ddfea6

Complementary Color

#ddfea6 #c7a6fe

#ddfea6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfea6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfea6 Color CSS Codes

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

#ddfea6 Text Font Color

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

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


#ddfea6 Background Color

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

This div background color is #ddfea6


#ddfea6 Border Color

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

This div border color is #ddfea6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfea6


Comments

No comments written yet.

Please login to write comment.