Color Hex Logo

#ddfea4 Color Hex

#DDFEA4
(221,254,164)
0 Favorites   0 Comments

Color spaces of #ddfea4

RGB 221254164
HSL0.230.980.82
HSV82°35°100°
CMYK 0.130.000.35   0.00
XYZ71.961488.936148.4956
Yxy88.93610.34370.4247
Hunter Lab94.3059-28.828635.5250
CIE-Lab95.5537-25.123039.5970

#ddfea4 color RGB value is (221,254,164).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111110 10100100
Octal 335 376 244
Decimal 221 254 164
Hex DD FE A4

RGB Percentages of Color #ddfea4

%34.59
%39.75
%25.67

CMYK Percentages of Color #ddfea4

%13
%0
%35
%0

Triadic Colors of #ddfea4

#ddfea4 #a4ddfe #fea4dd

Analogous Colors of #ddfea4

#ddfea4 #b0fea4 #fef2a4

Monochromatic Colors of #ddfea4

#ddfea4

Complementary Color

#ddfea4 #c5a4fe

#ddfea4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfea4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfea4 Color CSS Codes

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

#ddfea4 Text Font Color

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

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


#ddfea4 Background Color

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

This div background color is #ddfea4


#ddfea4 Border Color

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

This div border color is #ddfea4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfea4

Related Colors


Comments

No comments written yet.

Please login to write comment.