Color Hex Logo

#ddfbb2 Color Hex

#DDFBB2
(221,251,178)
0 Favorites   0 Comments

Color spaces of #ddfbb2

RGB 221251178
HSL0.240.900.84
HSV85°29°98°
CMYK 0.120.000.29   0.02
XYZ72.351987.580955.2109
Yxy87.58090.33630.4071
Hunter Lab93.5847-25.771830.5307
CIE-Lab94.9842-21.845431.8676

#ddfbb2 color RGB value is (221,251,178).

#ddfbb2 hex color red value is 221, green value is 251 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #ddfbb2 hue: 0.24 , saturation: 0.90 and the lightness value of ddfbb2 is 0.84.

The process color (four color CMYK) of #ddfbb2 color hex is 0.12, 0.00, 0.29, 0.02. Web safe color of #ddfbb2 is #ccff99. Color #ddfbb2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111011 10110010
Octal 335 373 262
Decimal 221 251 178
Hex DD FB B2

RGB Percentages of Color #ddfbb2

%34.00
%38.62
%27.38

CMYK Percentages of Color #ddfbb2

%12
%0
%29
%2

Triadic Colors of #ddfbb2

#ddfbb2 #b2ddfb #fbb2dd

Analogous Colors of #ddfbb2

#ddfbb2 #b9fbb2 #fbf5b2

Monochromatic Colors of #ddfbb2

#ddfbb2

Complementary Color

#ddfbb2 #d0b2fb

#ddfbb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfbb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfbb2 Color CSS Codes

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

#ddfbb2 Text Font Color

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

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


#ddfbb2 Background Color

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

This div background color is #ddfbb2


#ddfbb2 Border Color

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

This div border color is #ddfbb2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfbb2


Comments

No comments written yet.

Please login to write comment.