Color Hex Logo

#dbff6e Color Hex

#DBFF6E
(219,255,110)
0 Favorites   0 Comments

Color spaces of #dbff6e

RGB 219255110
HSL0.211.000.72
HSV75°57°100°
CMYK 0.140.000.57   0.00
XYZ67.787987.705928.1080
Yxy87.70590.36920.4777
Hunter Lab93.6514-34.686047.7610
CIE-Lab95.0370-31.881664.0967

#dbff6e color RGB value is (219,255,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111111 01101110
Octal 333 377 156
Decimal 219 255 110
Hex DB FF 6E

RGB Percentages of Color #dbff6e

%37.50
%43.66
%18.84

CMYK Percentages of Color #dbff6e

%14
%0
%57
%0

Triadic Colors of #dbff6e

#dbff6e #6edbff #ff6edb

Analogous Colors of #dbff6e

#dbff6e #93ff6e #ffdb6e

Monochromatic Colors of #dbff6e

#dbff6e

Complementary Color

#dbff6e #926eff

#dbff6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbff6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbff6e Color CSS Codes

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

#dbff6e Text Font Color

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

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


#dbff6e Background Color

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

This div background color is #dbff6e


#dbff6e Border Color

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

This div border color is #dbff6e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbff6e


Comments

No comments written yet.

Please login to write comment.