Color Hex Logo

#98bcaa Color Hex

#98BCAA
(152,188,170)
0 Favorites   0 Comments

Color spaces of #98bcaa

RGB 152188170
HSL0.420.210.67
HSV150°19°74°
CMYK 0.190.000.10   0.26
XYZ38.187845.544144.8084
Yxy45.54410.29710.3543
Hunter Lab67.4864-17.09527.8741
CIE-Lab73.2487-15.74465.1136

#98bcaa color RGB value is (152,188,170).

#98bcaa hex color red value is 152, green value is 188 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #98bcaa hue: 0.42 , saturation: 0.21 and the lightness value of 98bcaa is 0.67.

The process color (four color CMYK) of #98bcaa color hex is 0.19, 0.00, 0.10, 0.26. Web safe color of #98bcaa is #99cc99. Color #98bcaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10111100 10101010
Octal 230 274 252
Decimal 152 188 170
Hex 98 BC AA

RGB Percentages of Color #98bcaa

%29.80
%36.86
%33.33

CMYK Percentages of Color #98bcaa

%19
%0
%10
%26

Triadic Colors of #98bcaa

#98bcaa #aa98bc #bcaa98

Analogous Colors of #98bcaa

#98bcaa #98bcbc #98bc98

Monochromatic Colors of #98bcaa

#98bcaa

Complementary Color

#98bcaa #bc98aa

#98bcaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98bcaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#98bcaa Color CSS Codes

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

#98bcaa Text Font Color

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

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


#98bcaa Background Color

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

This div background color is #98bcaa


#98bcaa Border Color

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

This div border color is #98bcaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98bcaa


Comments

No comments written yet.

Please login to write comment.