Color Hex Logo

#98bbad Color Hex

#98BBAD
(152,187,173)
0 Favorites   0 Comments

Color spaces of #98bbad

RGB 152187173
HSL0.430.200.66
HSV156°19°73°
CMYK 0.190.000.07   0.27
XYZ38.262045.233246.2494
Yxy45.23320.29490.3486
Hunter Lab67.2556-16.14806.3072
CIE-Lab73.0452-14.62843.1847

#98bbad color RGB value is (152,187,173).

#98bbad hex color red value is 152, green value is 187 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #98bbad hue: 0.43 , saturation: 0.20 and the lightness value of 98bbad is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 10111011 10101101
Octal 230 273 255
Decimal 152 187 173
Hex 98 BB AD

RGB Percentages of Color #98bbad

%29.69
%36.52
%33.79

CMYK Percentages of Color #98bbad

%19
%0
%7
%27

Triadic Colors of #98bbad

#98bbad #ad98bb #bbad98

Analogous Colors of #98bbad

#98bbad #98b8bb #98bb9c

Monochromatic Colors of #98bbad

#98bbad

Complementary Color

#98bbad #bb98a6

#98bbad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98bbad Color Preview on White Background

Lorem ipsum dolor sit amet.

#98bbad Color CSS Codes

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

#98bbad Text Font Color

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

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


#98bbad Background Color

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

This div background color is #98bbad


#98bbad Border Color

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

This div border color is #98bbad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98bbad


Comments

No comments written yet.

Please login to write comment.