Color Hex Logo

#dbf6ba Color Hex

#DBF6BA
(219,246,186)
0 Favorites   0 Comments

Color spaces of #dbf6ba

RGB 219246186
HSL0.240.770.85
HSV87°24°96°
CMYK 0.110.000.24   0.04
XYZ71.032184.516859.0240
Yxy84.51680.33100.3939
Hunter Lab91.9330-22.964726.2870
CIE-Lab93.6745-18.993226.0194

#dbf6ba color RGB value is (219,246,186).

#dbf6ba hex color red value is 219, green value is 246 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #dbf6ba hue: 0.24 , saturation: 0.77 and the lightness value of dbf6ba is 0.85.

The process color (four color CMYK) of #dbf6ba color hex is 0.11, 0.00, 0.24, 0.04. Web safe color of #dbf6ba is #ccffcc. Color #dbf6ba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11110110 10111010
Octal 333 366 272
Decimal 219 246 186
Hex DB F6 BA

RGB Percentages of Color #dbf6ba

%33.64
%37.79
%28.57

CMYK Percentages of Color #dbf6ba

%11
%0
%24
%4

Triadic Colors of #dbf6ba

#dbf6ba #badbf6 #f6badb

Analogous Colors of #dbf6ba

#dbf6ba #bdf6ba #f6f3ba

Monochromatic Colors of #dbf6ba

#dbf6ba

Complementary Color

#dbf6ba #d5baf6

#dbf6ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbf6ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbf6ba Color CSS Codes

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

#dbf6ba Text Font Color

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

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


#dbf6ba Background Color

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

This div background color is #dbf6ba


#dbf6ba Border Color

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

This div border color is #dbf6ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbf6ba


Comments

No comments written yet.

Please login to write comment.