Color Hex Logo

#dbff6a Color Hex

#DBFF6A
(219,255,106)
0 Favorites   0 Comments

Color spaces of #dbff6a

RGB 219255106
HSL0.211.000.71
HSV74°58°100°
CMYK 0.140.000.58   0.00
XYZ67.574987.620726.9866
Yxy87.62070.37090.4810
Hunter Lab93.6059-34.949748.4308
CIE-Lab95.0010-32.194965.7512

#dbff6a color RGB value is (219,255,106).

#dbff6a hex color red value is 219, green value is 255 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #dbff6a hue: 0.21 , saturation: 1.00 and the lightness value of dbff6a is 0.71.

The process color (four color CMYK) of #dbff6a color hex is 0.14, 0.00, 0.58, 0.00. Web safe color of #dbff6a is #ccff66. Color #dbff6a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111111 01101010
Octal 333 377 152
Decimal 219 255 106
Hex DB FF 6A

RGB Percentages of Color #dbff6a

%37.76
%43.97
%18.28

CMYK Percentages of Color #dbff6a

%14
%0
%58
%0

Triadic Colors of #dbff6a

#dbff6a #6adbff #ff6adb

Analogous Colors of #dbff6a

#dbff6a #91ff6a #ffd96a

Monochromatic Colors of #dbff6a

#dbff6a

Complementary Color

#dbff6a #8e6aff

#dbff6a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbff6a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbff6a Color CSS Codes

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

#dbff6a Text Font Color

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

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


#dbff6a Background Color

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

This div background color is #dbff6a


#dbff6a Border Color

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

This div border color is #dbff6a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,255,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 #dbff6a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbff6a


Comments

No comments written yet.

Please login to write comment.