Color Hex Logo

#ddfbc1 Color Hex

#DDFBC1
(221,251,193)
0 Favorites   0 Comments

Color spaces of #ddfbc1

RGB 221251193
HSL0.250.880.87
HSV91°23°98°
CMYK 0.120.000.23   0.02
XYZ73.941688.216863.5825
Yxy88.21680.32760.3908
Hunter Lab93.9238-23.842425.6098
CIE-Lab95.2522-19.681024.6450

#ddfbc1 color RGB value is (221,251,193).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111011 11000001
Octal 335 373 301
Decimal 221 251 193
Hex DD FB C1

RGB Percentages of Color #ddfbc1

%33.23
%37.74
%29.02

CMYK Percentages of Color #ddfbc1

%12
%0
%23
%2

Triadic Colors of #ddfbc1

#ddfbc1 #c1ddfb #fbc1dd

Analogous Colors of #ddfbc1

#ddfbc1 #c1fbc2 #fafbc1

Monochromatic Colors of #ddfbc1

#ddfbc1

Complementary Color

#ddfbc1 #dfc1fb

#ddfbc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfbc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfbc1 Color CSS Codes

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

#ddfbc1 Text Font Color

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

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


#ddfbc1 Background Color

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

This div background color is #ddfbc1


#ddfbc1 Border Color

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

This div border color is #ddfbc1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfbc1

#ddfbc1 Color Palettes


Comments

No comments written yet.

Please login to write comment.