Color Hex Logo

#ddfeab Color Hex

#DDFEAB
(221,254,171)
0 Favorites   0 Comments

Color spaces of #ddfeab

RGB 221254171
HSL0.230.980.83
HSV84°33°100°
CMYK 0.130.000.33   0.00
XYZ72.611389.196051.9176
Yxy89.19600.33970.4173
Hunter Lab94.4436-28.039833.5176
CIE-Lab95.6623-24.223236.2730

#ddfeab color RGB value is (221,254,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111110 10101011
Octal 335 376 253
Decimal 221 254 171
Hex DD FE AB

RGB Percentages of Color #ddfeab

%34.21
%39.32
%26.47

CMYK Percentages of Color #ddfeab

%13
%0
%33
%0

Triadic Colors of #ddfeab

#ddfeab #abddfe #feabdd

Analogous Colors of #ddfeab

#ddfeab #b4feab #fef6ab

Monochromatic Colors of #ddfeab

#ddfeab

Complementary Color

#ddfeab #ccabfe

#ddfeab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfeab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfeab Color CSS Codes

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

#ddfeab Text Font Color

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

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


#ddfeab Background Color

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

This div background color is #ddfeab


#ddfeab Border Color

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

This div border color is #ddfeab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfeab

Related Colors


Comments

No comments written yet.

Please login to write comment.