Color Hex Logo

#dbfaa6 Color Hex

#DBFAA6
(219,250,166)
0 Favorites   0 Comments

Color spaces of #dbfaa6

RGB 219250166
HSL0.230.890.82
HSV82°34°98°
CMYK 0.120.000.34   0.02
XYZ70.282086.184549.0074
Yxy86.18450.34200.4194
Hunter Lab92.8356-27.327333.6861
CIE-Lab94.3912-23.685137.0573

#dbfaa6 color RGB value is (219,250,166).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111010 10100110
Octal 333 372 246
Decimal 219 250 166
Hex DB FA A6

RGB Percentages of Color #dbfaa6

%34.49
%39.37
%26.14

CMYK Percentages of Color #dbfaa6

%12
%0
%34
%2

Triadic Colors of #dbfaa6

#dbfaa6 #a6dbfa #faa6db

Analogous Colors of #dbfaa6

#dbfaa6 #b1faa6 #faefa6

Monochromatic Colors of #dbfaa6

#dbfaa6

Complementary Color

#dbfaa6 #c5a6fa

#dbfaa6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbfaa6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbfaa6 Color CSS Codes

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

#dbfaa6 Text Font Color

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

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


#dbfaa6 Background Color

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

This div background color is #dbfaa6


#dbfaa6 Border Color

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

This div border color is #dbfaa6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbfaa6


Comments

No comments written yet.

Please login to write comment.