Color Hex Logo

#99fcaf Color Hex

#99FCAF
(153,252,175)
0 Favorites   0 Comments

Color spaces of #99fcaf

RGB 153252175
HSL0.370.940.79
HSV133°39°99°
CMYK 0.390.000.31   0.01
XYZ55.685179.488352.9653
Yxy79.48830.29600.4225
Hunter Lab89.1562-44.536027.1868
CIE-Lab91.4548-44.787827.9747

#99fcaf color RGB value is (153,252,175).

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

The process color (four color CMYK) of #99fcaf color hex is 0.39, 0.00, 0.31, 0.01. Web safe color of #99fcaf is #99ff99. Color #99fcaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 11111100 10101111
Octal 231 374 257
Decimal 153 252 175
Hex 99 FC AF

RGB Percentages of Color #99fcaf

%26.38
%43.45
%30.17

CMYK Percentages of Color #99fcaf

%39
%0
%31
%1

Triadic Colors of #99fcaf

#99fcaf #af99fc #fcaf99

Analogous Colors of #99fcaf

#99fcaf #99fce1 #b5fc99

Monochromatic Colors of #99fcaf

#99fcaf

Complementary Color

#99fcaf #fc99e6

#99fcaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99fcaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#99fcaf Color CSS Codes

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

#99fcaf Text Font Color

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

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


#99fcaf Background Color

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

This div background color is #99fcaf


#99fcaf Border Color

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

This div border color is #99fcaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99fcaf


Comments

No comments written yet.

Please login to write comment.