color codes Logo

#d0faab color codes

#D0FAAB
(208,250,171)
0 Favorites   0 Comments

Color spaces of #d0faab

RGB 208250171
HSL0.260.890.83
HSV92°32°98°
CMYK 0.170.000.32   0.02
XYZ67.548784.721451.3207
Yxy84.72140.33180.4161
Hunter Lab92.0442-30.081231.3729
CIE-Lab93.7629-26.916133.5994

#d0faab color RGB value is (208,250,171).

#d0faab hex color red value is 208, green value is 250 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #d0faab hue: 0.26 , saturation: 0.89 and the lightness value of d0faab is 0.83.

The process color (four color CMYK) of #d0faab color code is 0.17, 0.00, 0.32, 0.02. Web safe color of #d0faab is #ccff99. Color #d0faab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 11111010 10101011
Octal 320 372 253
Decimal 208 250 171
Hex D0 FA AB

RGB Percentages of Color #d0faab

%33.07
%39.75
%27.19

CMYK Percentages of Color #d0faab

%17
%0
%32
%2

Triadic Colors of #d0faab

#d0faab #abd0fa #faabd0

Analogous Colors of #d0faab

#d0faab #abfaae #f8faab

Monochromatic Colors of #d0faab

#d0faab

Complementary Color

#d0faab #d5abfa

#d0faab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0faab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0faab Color CSS Codes

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

#d0faab Text Font Color

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

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


#d0faab Background Color

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

This div background color is #d0faab


#d0faab Border Color

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

This div border color is #d0faab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,250,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0faab


Comments

No comments written yet.

Please login to write comment.