Color Hex Logo

#98fcab Color Hex

#98FCAB
(152,252,171)
0 Favorites   0 Comments

Color spaces of #98fcab

RGB 152252171
HSL0.370.940.79
HSV131°40°99°
CMYK 0.400.000.32   0.01
XYZ55.110079.236550.9176
Yxy79.23650.29750.4277
Hunter Lab89.0149-45.264928.3958
CIE-Lab91.3412-45.743529.8326

#98fcab color RGB value is (152,252,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 11111100 10101011
Octal 230 374 253
Decimal 152 252 171
Hex 98 FC AB

RGB Percentages of Color #98fcab

%26.43
%43.83
%29.74

CMYK Percentages of Color #98fcab

%40
%0
%32
%1

Triadic Colors of #98fcab

#98fcab #ab98fc #fcab98

Analogous Colors of #98fcab

#98fcab #98fcdd #b7fc98

Monochromatic Colors of #98fcab

#98fcab

Complementary Color

#98fcab #fc98e9

#98fcab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98fcab Color Preview on White Background

Lorem ipsum dolor sit amet.

#98fcab Color CSS Codes

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

#98fcab Text Font Color

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

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


#98fcab Background Color

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

This div background color is #98fcab


#98fcab Border Color

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

This div border color is #98fcab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98fcab


Comments

No comments written yet.

Please login to write comment.