Color Hex Logo

#9bdf9b Color Hex

#9BDF9B
(155,223,155)
0 Favorites   0 Comments

Color spaces of #9bdf9b

RGB 155223155
HSL0.330.520.74
HSV120°30°87°
CMYK 0.300.000.30   0.13
XYZ45.821662.110540.5838
Yxy62.11050.30850.4182
Hunter Lab78.8102-34.134924.6354
CIE-Lab82.9721-34.548826.7085

#9bdf9b color RGB value is (155,223,155).

#9bdf9b hex color red value is 155, green value is 223 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #9bdf9b hue: 0.33 , saturation: 0.52 and the lightness value of 9bdf9b is 0.74.

The process color (four color CMYK) of #9bdf9b color hex is 0.30, 0.00, 0.30, 0.13. Web safe color of #9bdf9b is #99cc99. Color #9bdf9b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 11011111 10011011
Octal 233 337 233
Decimal 155 223 155
Hex 9B DF 9B

RGB Percentages of Color #9bdf9b

%29.08
%41.84
%29.08

CMYK Percentages of Color #9bdf9b

%30
%0
%30
%13

Triadic Colors of #9bdf9b

#9bdf9b #9b9bdf #df9b9b

Analogous Colors of #9bdf9b

#9bdf9b #9bdfbd #bddf9b

Monochromatic Colors of #9bdf9b

#9bdf9b

Complementary Color

#9bdf9b #df9bdf

#9bdf9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bdf9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bdf9b Color CSS Codes

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

#9bdf9b Text Font Color

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

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


#9bdf9b Background Color

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

This div background color is #9bdf9b


#9bdf9b Border Color

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

This div border color is #9bdf9b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(155,223,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 #9bdf9b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bdf9b


Comments

No comments written yet.

Please login to write comment.