Color Hex Logo

#98bfaf Color Hex

#98BFAF
(152,191,175)
0 Favorites   0 Comments

Color spaces of #98bfaf

RGB 152191175
HSL0.430.230.67
HSV155°20°75°
CMYK 0.200.000.08   0.25
XYZ39.317647.032147.5633
Yxy47.03210.29360.3512
Hunter Lab68.5800-17.67906.8857
CIE-Lab74.2103-16.28613.7832

#98bfaf color RGB value is (152,191,175).

#98bfaf hex color red value is 152, green value is 191 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #98bfaf hue: 0.43 , saturation: 0.23 and the lightness value of 98bfaf is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 10111111 10101111
Octal 230 277 257
Decimal 152 191 175
Hex 98 BF AF

RGB Percentages of Color #98bfaf

%29.34
%36.87
%33.78

CMYK Percentages of Color #98bfaf

%20
%0
%8
%25

Triadic Colors of #98bfaf

#98bfaf #af98bf #bfaf98

Analogous Colors of #98bfaf

#98bfaf #98bcbf #98bf9c

Monochromatic Colors of #98bfaf

#98bfaf

Complementary Color

#98bfaf #bf98a8

#98bfaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98bfaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#98bfaf Color CSS Codes

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

#98bfaf Text Font Color

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

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


#98bfaf Background Color

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

This div background color is #98bfaf


#98bfaf Border Color

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

This div border color is #98bfaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98bfaf


Comments

No comments written yet.

Please login to write comment.