Color Hex Logo

#dbfaab Color Hex

#DBFAAB
(219,250,171)
0 Favorites   0 Comments

Color spaces of #dbfaab

RGB 219250171
HSL0.230.890.83
HSV84°32°98°
CMYK 0.120.000.32   0.02
XYZ70.749786.371651.4705
Yxy86.37160.33920.4141
Hunter Lab92.9363-26.751732.2191
CIE-Lab94.4710-23.028534.6689

#dbfaab color RGB value is (219,250,171).

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

The process color (four color CMYK) of #dbfaab color hex is 0.12, 0.00, 0.32, 0.02. Web safe color of #dbfaab is #ccff99. Color #dbfaab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111010 10101011
Octal 333 372 253
Decimal 219 250 171
Hex DB FA AB

RGB Percentages of Color #dbfaab

%34.22
%39.06
%26.72

CMYK Percentages of Color #dbfaab

%12
%0
%32
%2

Triadic Colors of #dbfaab

#dbfaab #abdbfa #faabdb

Analogous Colors of #dbfaab

#dbfaab #b4faab #faf2ab

Monochromatic Colors of #dbfaab

#dbfaab

Complementary Color

#dbfaab #caabfa

#dbfaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbfaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbfaab Color CSS Codes

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

#dbfaab Text Font Color

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

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


#dbfaab Background Color

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

This div background color is #dbfaab


#dbfaab Border Color

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

This div border color is #dbfaab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbfaab


Comments

No comments written yet.

Please login to write comment.