Color Hex Logo

#dbff73 Color Hex

#DBFF73
(219,255,115)
0 Favorites   0 Comments

Color spaces of #dbff73

RGB 219255115
HSL0.211.000.73
HSV75°55°100°
CMYK 0.140.000.55   0.00
XYZ68.067987.817929.5826
Yxy87.81790.36700.4735
Hunter Lab93.7112-34.339746.8813
CIE-Lab95.0842-31.471061.9890

#dbff73 color RGB value is (219,255,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111111 01110011
Octal 333 377 163
Decimal 219 255 115
Hex DB FF 73

RGB Percentages of Color #dbff73

%37.18
%43.29
%19.52

CMYK Percentages of Color #dbff73

%14
%0
%55
%0

Triadic Colors of #dbff73

#dbff73 #73dbff #ff73db

Analogous Colors of #dbff73

#dbff73 #95ff73 #ffdd73

Monochromatic Colors of #dbff73

#dbff73

Complementary Color

#dbff73 #9773ff

#dbff73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbff73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbff73 Color CSS Codes

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

#dbff73 Text Font Color

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

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


#dbff73 Background Color

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

This div background color is #dbff73


#dbff73 Border Color

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

This div border color is #dbff73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbff73


Comments

No comments written yet.

Please login to write comment.