Color Hex Logo

#ddfaba Color Hex

#DDFABA
(221,250,186)
0 Favorites   0 Comments

Color spaces of #ddfaba

RGB 221250186
HSL0.240.860.85
HSV87°26°98°
CMYK 0.120.000.26   0.02
XYZ72.867387.288559.4622
Yxy87.28850.33180.3975
Hunter Lab93.4283-24.282527.6649
CIE-Lab94.8605-20.230927.6618

#ddfaba color RGB value is (221,250,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111010 10111010
Octal 335 372 272
Decimal 221 250 186
Hex DD FA BA

RGB Percentages of Color #ddfaba

%33.64
%38.05
%28.31

CMYK Percentages of Color #ddfaba

%12
%0
%26
%2

Triadic Colors of #ddfaba

#ddfaba #baddfa #fabadd

Analogous Colors of #ddfaba

#ddfaba #bdfaba #faf7ba

Monochromatic Colors of #ddfaba

#ddfaba

Complementary Color

#ddfaba #d7bafa

#ddfaba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfaba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfaba Color CSS Codes

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

#ddfaba Text Font Color

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

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


#ddfaba Background Color

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

This div background color is #ddfaba


#ddfaba Border Color

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

This div border color is #ddfaba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,250,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 #ddfaba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfaba


Comments

No comments written yet.

Please login to write comment.