Color Hex Logo

#dbfba5 Color Hex

#DBFBA5
(219,251,165)
0 Favorites   0 Comments

Color spaces of #dbfba5

RGB 219251165
HSL0.230.910.82
HSV82°34°98°
CMYK 0.130.000.34   0.02
XYZ70.502186.771048.6299
Yxy86.77100.34240.4214
Hunter Lab93.1510-27.914934.2530
CIE-Lab94.6410-24.290537.8826

#dbfba5 color RGB value is (219,251,165).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111011 10100101
Octal 333 373 245
Decimal 219 251 165
Hex DB FB A5

RGB Percentages of Color #dbfba5

%34.49
%39.53
%25.98

CMYK Percentages of Color #dbfba5

%13
%0
%34
%2

Triadic Colors of #dbfba5

#dbfba5 #a5dbfb #fba5db

Analogous Colors of #dbfba5

#dbfba5 #b0fba5 #fbf0a5

Monochromatic Colors of #dbfba5

#dbfba5

Complementary Color

#dbfba5 #c5a5fb

#dbfba5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbfba5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbfba5 Color CSS Codes

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

#dbfba5 Text Font Color

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

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


#dbfba5 Background Color

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

This div background color is #dbfba5


#dbfba5 Border Color

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

This div border color is #dbfba5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbfba5

Related Colors


Comments

No comments written yet.

Please login to write comment.