Color Hex Logo

#ddfbba Color Hex

#DDFBBA
(221,251,186)
0 Favorites   0 Comments

Color spaces of #ddfbba

RGB 221251186
HSL0.240.890.86
HSV88°26°98°
CMYK 0.120.000.26   0.02
XYZ73.178987.911759.5661
Yxy87.91170.33160.3984
Hunter Lab93.7612-24.766227.9662
CIE-Lab95.1237-20.714128.0204

#ddfbba color RGB value is (221,251,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111011 10111010
Octal 335 373 272
Decimal 221 251 186
Hex DD FB BA

RGB Percentages of Color #ddfbba

%33.59
%38.15
%28.27

CMYK Percentages of Color #ddfbba

%12
%0
%26
%2

Triadic Colors of #ddfbba

#ddfbba #baddfb #fbbadd

Analogous Colors of #ddfbba

#ddfbba #bdfbba #fbf9ba

Monochromatic Colors of #ddfbba

#ddfbba

Complementary Color

#ddfbba #d8bafb

#ddfbba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfbba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfbba Color CSS Codes

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

#ddfbba Text Font Color

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

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


#ddfbba Background Color

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

This div background color is #ddfbba


#ddfbba Border Color

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

This div border color is #ddfbba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfbba

Related Colors

#ddfbba Color Palettes


Comments

No comments written yet.

Please login to write comment.