Color Hex Logo

#dbfba7 Color Hex

#DBFBA7
(219,251,167)
0 Favorites   0 Comments

Color spaces of #dbfba7

RGB 219251167
HSL0.230.910.82
HSV83°33°98°
CMYK 0.130.000.33   0.02
XYZ70.685686.844549.5963
Yxy86.84450.34130.4193
Hunter Lab93.1904-27.689633.6789
CIE-Lab94.6723-24.032836.9304

#dbfba7 color RGB value is (219,251,167).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111011 10100111
Octal 333 373 247
Decimal 219 251 167
Hex DB FB A7

RGB Percentages of Color #dbfba7

%34.38
%39.40
%26.22

CMYK Percentages of Color #dbfba7

%13
%0
%33
%2

Triadic Colors of #dbfba7

#dbfba7 #a7dbfb #fba7db

Analogous Colors of #dbfba7

#dbfba7 #b1fba7 #fbf1a7

Monochromatic Colors of #dbfba7

#dbfba7

Complementary Color

#dbfba7 #c7a7fb

#dbfba7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbfba7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbfba7 Color CSS Codes

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

#dbfba7 Text Font Color

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

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


#dbfba7 Background Color

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

This div background color is #dbfba7


#dbfba7 Border Color

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

This div border color is #dbfba7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbfba7


Comments

No comments written yet.

Please login to write comment.