Color Hex Logo

#dbfdaa Color Hex

#DBFDAA
(219,253,170)
0 Favorites   0 Comments

Color spaces of #dbfdaa

RGB 219253170
HSL0.230.950.83
HSV85°33°99°
CMYK 0.130.000.33   0.01
XYZ71.594488.212951.2836
Yxy88.21290.33920.4179
Hunter Lab93.9217-28.296533.3714
CIE-Lab95.2505-24.592236.2017

#dbfdaa color RGB value is (219,253,170).

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

The process color (four color CMYK) of #dbfdaa color hex is 0.13, 0.00, 0.33, 0.01. Web safe color of #dbfdaa is #ccff99. Color #dbfdaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111101 10101010
Octal 333 375 252
Decimal 219 253 170
Hex DB FD AA

RGB Percentages of Color #dbfdaa

%34.11
%39.41
%26.48

CMYK Percentages of Color #dbfdaa

%13
%0
%33
%1

Triadic Colors of #dbfdaa

#dbfdaa #aadbfd #fdaadb

Analogous Colors of #dbfdaa

#dbfdaa #b2fdaa #fdf6aa

Monochromatic Colors of #dbfdaa

#dbfdaa

Complementary Color

#dbfdaa #ccaafd

#dbfdaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbfdaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbfdaa Color CSS Codes

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

#dbfdaa Text Font Color

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

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


#dbfdaa Background Color

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

This div background color is #dbfdaa


#dbfdaa Border Color

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

This div border color is #dbfdaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbfdaa


Comments

No comments written yet.

Please login to write comment.