Color Hex Logo

#99fcbd Color Hex

#99FCBD
(153,252,189)
0 Favorites   0 Comments

Color spaces of #99fcbd

RGB 153252189
HSL0.390.940.79
HSV142°39°99°
CMYK 0.390.000.25   0.01
XYZ57.132680.067260.5874
Yxy80.06720.28890.4048
Hunter Lab89.4803-42.619322.4907
CIE-Lab91.7150-42.315321.2137

#99fcbd color RGB value is (153,252,189).

#99fcbd hex color red value is 153, green value is 252 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #99fcbd hue: 0.39 , saturation: 0.94 and the lightness value of 99fcbd is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 11111100 10111101
Octal 231 374 275
Decimal 153 252 189
Hex 99 FC BD

RGB Percentages of Color #99fcbd

%25.76
%42.42
%31.82

CMYK Percentages of Color #99fcbd

%39
%0
%25
%1

Triadic Colors of #99fcbd

#99fcbd #bd99fc #fcbd99

Analogous Colors of #99fcbd

#99fcbd #99fcef #a7fc99

Monochromatic Colors of #99fcbd

#99fcbd

Complementary Color

#99fcbd #fc99d8

#99fcbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99fcbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#99fcbd Color CSS Codes

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

#99fcbd Text Font Color

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

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


#99fcbd Background Color

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

This div background color is #99fcbd


#99fcbd Border Color

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

This div border color is #99fcbd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,252,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #99fcbd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #99fcbd;
  -webkit-box-shadow: 1px 1px 3px 2px #99fcbd;
  box-shadow:         1px 1px 3px 2px #99fcbd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,252,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 #99fcbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99fcbd

Related Colors


Comments

No comments written yet.

Please login to write comment.