Color Hex Logo

#98faca Color Hex

#98FACA
(152,250,202)
0 Favorites   0 Comments

Color spaces of #98faca

RGB 152250202
HSL0.420.910.79
HSV151°39°98°
CMYK 0.390.000.19   0.02
XYZ57.795279.310968.1395
Yxy79.31090.28160.3864
Hunter Lab89.0567-40.007816.9754
CIE-Lab91.3748-39.223814.0580

#98faca color RGB value is (152,250,202).

#98faca hex color red value is 152, green value is 250 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #98faca hue: 0.42 , saturation: 0.91 and the lightness value of 98faca is 0.79.

The process color (four color CMYK) of #98faca color hex is 0.39, 0.00, 0.19, 0.02. Web safe color of #98faca is #99ffcc. Color #98faca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 11111010 11001010
Octal 230 372 312
Decimal 152 250 202
Hex 98 FA CA

RGB Percentages of Color #98faca

%25.17
%41.39
%33.44

CMYK Percentages of Color #98faca

%39
%0
%19
%2

Triadic Colors of #98faca

#98faca #ca98fa #faca98

Analogous Colors of #98faca

#98faca #98f9fa #98fa99

Monochromatic Colors of #98faca

#98faca

Complementary Color

#98faca #fa98c8

#98faca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98faca Color Preview on White Background

Lorem ipsum dolor sit amet.

#98faca Color CSS Codes

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

#98faca Text Font Color

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

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


#98faca Background Color

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

This div background color is #98faca


#98faca Border Color

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

This div border color is #98faca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(152,250,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 #98faca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98faca


Comments

No comments written yet.

Please login to write comment.