Color Hex Logo

#98caaa Color Hex

#98CAAA
(152,202,170)
0 Favorites   0 Comments

Color spaces of #98caaa

RGB 152202170
HSL0.390.320.69
HSV142°25°79°
CMYK 0.250.000.16   0.21
XYZ41.325151.818745.8542
Yxy51.81870.29730.3728
Hunter Lab71.9852-23.501212.6222
CIE-Lab77.1723-22.817710.7299

#98caaa color RGB value is (152,202,170).

#98caaa hex color red value is 152, green value is 202 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #98caaa hue: 0.39 , saturation: 0.32 and the lightness value of 98caaa is 0.69.

The process color (four color CMYK) of #98caaa color hex is 0.25, 0.00, 0.16, 0.21. Web safe color of #98caaa is #99cc99. Color #98caaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 11001010 10101010
Octal 230 312 252
Decimal 152 202 170
Hex 98 CA AA

RGB Percentages of Color #98caaa

%29.01
%38.55
%32.44

CMYK Percentages of Color #98caaa

%25
%0
%16
%21

Triadic Colors of #98caaa

#98caaa #aa98ca #caaa98

Analogous Colors of #98caaa

#98caaa #98cac3 #9fca98

Monochromatic Colors of #98caaa

#98caaa

Complementary Color

#98caaa #ca98b8

#98caaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98caaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#98caaa Color CSS Codes

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

#98caaa Text Font Color

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

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


#98caaa Background Color

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

This div background color is #98caaa


#98caaa Border Color

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

This div border color is #98caaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98caaa


Comments

No comments written yet.

Please login to write comment.