Color Hex Logo

#98fcaa Color Hex

#98FCAA
(152,252,170)
0 Favorites   0 Comments

Color spaces of #98fcaa

RGB 152252170
HSL0.360.940.79
HSV131°40°99°
CMYK 0.400.000.33   0.01
XYZ55.015079.198550.4175
Yxy79.19850.29800.4290
Hunter Lab88.9935-45.391628.7059
CIE-Lab91.3240-45.909330.3129

#98fcaa color RGB value is (152,252,170).

#98fcaa hex color red value is 152, green value is 252 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #98fcaa hue: 0.36 , saturation: 0.94 and the lightness value of 98fcaa is 0.79.

The process color (four color CMYK) of #98fcaa color hex is 0.40, 0.00, 0.33, 0.01. Web safe color of #98fcaa is #99ff99. Color #98fcaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 11111100 10101010
Octal 230 374 252
Decimal 152 252 170
Hex 98 FC AA

RGB Percentages of Color #98fcaa

%26.48
%43.90
%29.62

CMYK Percentages of Color #98fcaa

%40
%0
%33
%1

Triadic Colors of #98fcaa

#98fcaa #aa98fc #fcaa98

Analogous Colors of #98fcaa

#98fcaa #98fcdc #b8fc98

Monochromatic Colors of #98fcaa

#98fcaa

Complementary Color

#98fcaa #fc98ea

#98fcaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98fcaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#98fcaa Color CSS Codes

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

#98fcaa Text Font Color

<p style="color:#98fcaa">Text here</p>

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


#98fcaa Background Color

<div style="background-color:#98fcaa">
Div content here</div>

This div background color is #98fcaa


#98fcaa Border Color

<div style="border:3px solid #98fcaa">
Div here</div>

This div border color is #98fcaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(152,252,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #98fcaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #98fcaa;
  -webkit-box-shadow: 1px 1px 3px 2px #98fcaa;
  box-shadow:         1px 1px 3px 2px #98fcaa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98fcaa


Comments

No comments written yet.

Please login to write comment.