Color Hex Logo

#98b1ae Color Hex

#98B1AE
(152,177,174)
0 Favorites   0 Comments

Color spaces of #98b1ae

RGB 152177174
HSL0.480.140.65
HSV173°14°69°
CMYK 0.140.000.02   0.31
XYZ36.311041.175746.0783
Yxy41.17570.29390.3332
Hunter Lab64.1683-11.28652.3425
CIE-Lab70.2988-9.1756-1.3647

#98b1ae color RGB value is (152,177,174).

#98b1ae hex color red value is 152, green value is 177 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #98b1ae hue: 0.48 , saturation: 0.14 and the lightness value of 98b1ae is 0.65.

The process color (four color CMYK) of #98b1ae color hex is 0.14, 0.00, 0.02, 0.31. Web safe color of #98b1ae is #999999. Color #98b1ae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10110001 10101110
Octal 230 261 256
Decimal 152 177 174
Hex 98 B1 AE

RGB Percentages of Color #98b1ae

%30.22
%35.19
%34.59

CMYK Percentages of Color #98b1ae

%14
%0
%2
%31

Triadic Colors of #98b1ae

#98b1ae #ae98b1 #b1ae98

Analogous Colors of #98b1ae

#98b1ae #98a8b1 #98b1a2

Monochromatic Colors of #98b1ae

#98b1ae

Complementary Color

#98b1ae #b1989b

#98b1ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98b1ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#98b1ae Color CSS Codes

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

#98b1ae Text Font Color

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

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


#98b1ae Background Color

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

This div background color is #98b1ae


#98b1ae Border Color

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

This div border color is #98b1ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98b1ae


Comments

No comments written yet.

Please login to write comment.