Color Hex Logo

#dbf06a Color Hex

#DBF06A
(219,240,106)
0 Favorites   0 Comments

Color spaces of #dbf06a

RGB 219240106
HSL0.190.820.68
HSV69°56°94°
CMYK 0.090.000.56   0.06
XYZ62.975078.420925.4533
Yxy78.42090.37740.4700
Hunter Lab88.5556-28.034644.9473
CIE-Lab90.9716-25.191661.2299

#dbf06a color RGB value is (219,240,106).

#dbf06a hex color red value is 219, green value is 240 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #dbf06a hue: 0.19 , saturation: 0.82 and the lightness value of dbf06a is 0.68.

The process color (four color CMYK) of #dbf06a color hex is 0.09, 0.00, 0.56, 0.06. Web safe color of #dbf06a is #ccff66. Color #dbf06a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11110000 01101010
Octal 333 360 152
Decimal 219 240 106
Hex DB F0 6A

RGB Percentages of Color #dbf06a

%38.76
%42.48
%18.76

CMYK Percentages of Color #dbf06a

%9
%0
%56
%6

Triadic Colors of #dbf06a

#dbf06a #6adbf0 #f06adb

Analogous Colors of #dbf06a

#dbf06a #98f06a #f0c26a

Monochromatic Colors of #dbf06a

#dbf06a

Complementary Color

#dbf06a #7f6af0

#dbf06a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbf06a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbf06a Color CSS Codes

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

#dbf06a Text Font Color

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

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


#dbf06a Background Color

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

This div background color is #dbf06a


#dbf06a Border Color

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

This div border color is #dbf06a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbf06a


Comments

No comments written yet.

Please login to write comment.