Color Hex Logo

#9bfdbd Color Hex

#9BFDBD
(155,253,189)
0 Favorites   0 Comments

Color spaces of #9bfdbd

RGB 155253189
HSL0.390.960.80
HSV141°39°99°
CMYK 0.390.000.25   0.01
XYZ57.828280.893260.7102
Yxy80.89320.29000.4056
Hunter Lab89.9406-42.627822.9375
CIE-Lab92.0841-42.200821.7391

#9bfdbd color RGB value is (155,253,189).

#9bfdbd hex color red value is 155, green value is 253 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #9bfdbd hue: 0.39 , saturation: 0.96 and the lightness value of 9bfdbd is 0.80.

The process color (four color CMYK) of #9bfdbd color hex is 0.39, 0.00, 0.25, 0.01. Web safe color of #9bfdbd is #99ffcc. Color #9bfdbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 11111101 10111101
Octal 233 375 275
Decimal 155 253 189
Hex 9B FD BD

RGB Percentages of Color #9bfdbd

%25.96
%42.38
%31.66

CMYK Percentages of Color #9bfdbd

%39
%0
%25
%1

Triadic Colors of #9bfdbd

#9bfdbd #bd9bfd #fdbd9b

Analogous Colors of #9bfdbd

#9bfdbd #9bfdee #aafd9b

Monochromatic Colors of #9bfdbd

#9bfdbd

Complementary Color

#9bfdbd #fd9bdb

#9bfdbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bfdbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bfdbd Color CSS Codes

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

#9bfdbd Text Font Color

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

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


#9bfdbd Background Color

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

This div background color is #9bfdbd


#9bfdbd Border Color

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

This div border color is #9bfdbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bfdbd

Related Colors


Comments

No comments written yet.

Please login to write comment.