Color Hex Logo

#dbfbaa Color Hex

#DBFBAA
(219,251,170)
0 Favorites   0 Comments

Color spaces of #dbfbaa

RGB 219251170
HSL0.230.910.83
HSV84°32°98°
CMYK 0.130.000.32   0.02
XYZ70.966386.956751.0742
Yxy86.95670.33960.4161
Hunter Lab93.2506-27.345032.8017
CIE-Lab94.7199-23.639335.4989

#dbfbaa color RGB value is (219,251,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111011 10101010
Octal 333 373 252
Decimal 219 251 170
Hex DB FB AA

RGB Percentages of Color #dbfbaa

%34.22
%39.22
%26.56

CMYK Percentages of Color #dbfbaa

%13
%0
%32
%2

Triadic Colors of #dbfbaa

#dbfbaa #aadbfb #fbaadb

Analogous Colors of #dbfbaa

#dbfbaa #b3fbaa #fbf3aa

Monochromatic Colors of #dbfbaa

#dbfbaa

Complementary Color

#dbfbaa #caaafb

#dbfbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbfbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbfbaa Color CSS Codes

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

#dbfbaa Text Font Color

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

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


#dbfbaa Background Color

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

This div background color is #dbfbaa


#dbfbaa Border Color

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

This div border color is #dbfbaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbfbaa

Related Colors


Comments

No comments written yet.

Please login to write comment.