Color Hex Logo

#ddfeb1 Color Hex

#DDFEB1
(221,254,177)
0 Favorites   0 Comments

Color spaces of #ddfeb1

RGB 221254177
HSL0.240.970.85
HSV86°30°100°
CMYK 0.130.000.30   0.00
XYZ73.196489.430154.9988
Yxy89.43010.33630.4109
Hunter Lab94.5675-27.331931.7152
CIE-Lab95.7599-23.419533.4095

#ddfeb1 color RGB value is (221,254,177).

#ddfeb1 hex color red value is 221, green value is 254 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #ddfeb1 hue: 0.24 , saturation: 0.97 and the lightness value of ddfeb1 is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111110 10110001
Octal 335 376 261
Decimal 221 254 177
Hex DD FE B1

RGB Percentages of Color #ddfeb1

%33.90
%38.96
%27.15

CMYK Percentages of Color #ddfeb1

%13
%0
%30
%0

Triadic Colors of #ddfeb1

#ddfeb1 #b1ddfe #feb1dd

Analogous Colors of #ddfeb1

#ddfeb1 #b7feb1 #fef9b1

Monochromatic Colors of #ddfeb1

#ddfeb1

Complementary Color

#ddfeb1 #d2b1fe

#ddfeb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfeb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfeb1 Color CSS Codes

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

#ddfeb1 Text Font Color

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

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


#ddfeb1 Background Color

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

This div background color is #ddfeb1


#ddfeb1 Border Color

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

This div border color is #ddfeb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfeb1

Related Colors


Comments

No comments written yet.

Please login to write comment.