Color Hex Logo

#ddfbb8 Color Hex

#DDFBB8
(221,251,184)
0 Favorites   0 Comments

Color spaces of #ddfbb8

RGB 221251184
HSL0.240.890.85
HSV87°27°98°
CMYK 0.120.000.27   0.02
XYZ72.967787.827258.4539
Yxy87.82720.33280.4006
Hunter Lab93.7162-25.022628.6202
CIE-Lab95.0881-21.001828.9834

#ddfbb8 color RGB value is (221,251,184).

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

The process color (four color CMYK) of #ddfbb8 color hex is 0.12, 0.00, 0.27, 0.02. Web safe color of #ddfbb8 is #ccffcc. Color #ddfbb8 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111011 10111000
Octal 335 373 270
Decimal 221 251 184
Hex DD FB B8

RGB Percentages of Color #ddfbb8

%33.69
%38.26
%28.05

CMYK Percentages of Color #ddfbb8

%12
%0
%27
%2

Triadic Colors of #ddfbb8

#ddfbb8 #b8ddfb #fbb8dd

Analogous Colors of #ddfbb8

#ddfbb8 #bcfbb8 #fbf8b8

Monochromatic Colors of #ddfbb8

#ddfbb8

Complementary Color

#ddfbb8 #d6b8fb

#ddfbb8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfbb8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfbb8 Color CSS Codes

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

#ddfbb8 Text Font Color

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

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


#ddfbb8 Background Color

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

This div background color is #ddfbb8


#ddfbb8 Border Color

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

This div border color is #ddfbb8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfbb8


Comments

No comments written yet.

Please login to write comment.