Color Hex Logo

#dbff9b Color Hex

#DBFF9B
(219,255,155)
0 Favorites   0 Comments

Color spaces of #dbff9b

RGB 219255155
HSL0.231.000.80
HSV82°39°100°
CMYK 0.140.000.39   0.00
XYZ70.889888.946644.4425
Yxy88.94660.34700.4354
Hunter Lab94.3115-30.874638.0788
CIE-Lab95.5581-27.415343.9841

#dbff9b color RGB value is (219,255,155).

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

The process color (four color CMYK) of #dbff9b color hex is 0.14, 0.00, 0.39, 0.00. Web safe color of #dbff9b is #ccff99. Color #dbff9b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111111 10011011
Octal 333 377 233
Decimal 219 255 155
Hex DB FF 9B

RGB Percentages of Color #dbff9b

%34.82
%40.54
%24.64

CMYK Percentages of Color #dbff9b

%14
%0
%39
%0

Triadic Colors of #dbff9b

#dbff9b #9bdbff #ff9bdb

Analogous Colors of #dbff9b

#dbff9b #a9ff9b #fff19b

Monochromatic Colors of #dbff9b

#dbff9b

Complementary Color

#dbff9b #bf9bff

#dbff9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbff9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbff9b Color CSS Codes

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

#dbff9b Text Font Color

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

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


#dbff9b Background Color

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

This div background color is #dbff9b


#dbff9b Border Color

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

This div border color is #dbff9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbff9b

#dbff9b Color Palettes


Comments

No comments written yet.

Please login to write comment.