Color Hex Logo

#ddfbbf Color Hex

#DDFBBF
(221,251,191)
0 Favorites   0 Comments

Color spaces of #ddfbbf

RGB 221251191
HSL0.250.880.87
HSV90°24°98°
CMYK 0.120.000.24   0.02
XYZ73.719988.128162.4152
Yxy88.12810.32870.3930
Hunter Lab93.8766-24.110526.2938
CIE-Lab95.2149-19.980225.6100

#ddfbbf color RGB value is (221,251,191).

#ddfbbf hex color red value is 221, green value is 251 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ddfbbf hue: 0.25 , saturation: 0.88 and the lightness value of ddfbbf is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111011 10111111
Octal 335 373 277
Decimal 221 251 191
Hex DD FB BF

RGB Percentages of Color #ddfbbf

%33.33
%37.86
%28.81

CMYK Percentages of Color #ddfbbf

%12
%0
%24
%2

Triadic Colors of #ddfbbf

#ddfbbf #bfddfb #fbbfdd

Analogous Colors of #ddfbbf

#ddfbbf #bffbbf #fbfbbf

Monochromatic Colors of #ddfbbf

#ddfbbf

Complementary Color

#ddfbbf #ddbffb

#ddfbbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfbbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfbbf Color CSS Codes

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

#ddfbbf Text Font Color

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

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


#ddfbbf Background Color

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

This div background color is #ddfbbf


#ddfbbf Border Color

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

This div border color is #ddfbbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfbbf


Comments

No comments written yet.

Please login to write comment.