Color Hex Logo

#9bfcca Color Hex

#9BFCCA
(155,252,202)
0 Favorites   0 Comments

Color spaces of #9bfcca

RGB 155252202
HSL0.410.940.80
HSV149°38°99°
CMYK 0.380.000.20   0.01
XYZ58.988680.853668.3744
Yxy80.85360.28330.3883
Hunter Lab89.9186-40.257717.8587
CIE-Lab92.0665-39.309615.0543

#9bfcca color RGB value is (155,252,202).

#9bfcca hex color red value is 155, green value is 252 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #9bfcca hue: 0.41 , saturation: 0.94 and the lightness value of 9bfcca is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 11111100 11001010
Octal 233 374 312
Decimal 155 252 202
Hex 9B FC CA

RGB Percentages of Color #9bfcca

%25.45
%41.38
%33.17

CMYK Percentages of Color #9bfcca

%38
%0
%20
%1

Triadic Colors of #9bfcca

#9bfcca #ca9bfc #fcca9b

Analogous Colors of #9bfcca

#9bfcca #9bfcfb #9dfc9b

Monochromatic Colors of #9bfcca

#9bfcca

Complementary Color

#9bfcca #fc9bcd

#9bfcca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bfcca Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bfcca Color CSS Codes

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

#9bfcca Text Font Color

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

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


#9bfcca Background Color

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

This div background color is #9bfcca


#9bfcca Border Color

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

This div border color is #9bfcca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bfcca


Comments

No comments written yet.

Please login to write comment.