Color Hex Logo

#98cbba Color Hex

#98CBBA
(152,203,186)
0 Favorites   0 Comments

Color spaces of #98cbba

RGB 152203186
HSL0.440.330.70
HSV160°25°80°
CMYK 0.250.000.08   0.20
XYZ43.167852.932454.3962
Yxy52.93240.28680.3517
Hunter Lab72.7547-21.41066.5991
CIE-Lab77.8351-20.12603.0885

#98cbba color RGB value is (152,203,186).

#98cbba hex color red value is 152, green value is 203 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #98cbba hue: 0.44 , saturation: 0.33 and the lightness value of 98cbba is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 11001011 10111010
Octal 230 313 272
Decimal 152 203 186
Hex 98 CB BA

RGB Percentages of Color #98cbba

%28.10
%37.52
%34.38

CMYK Percentages of Color #98cbba

%25
%0
%8
%20

Triadic Colors of #98cbba

#98cbba #ba98cb #cbba98

Analogous Colors of #98cbba

#98cbba #98c3cb #98cba1

Monochromatic Colors of #98cbba

#98cbba

Complementary Color

#98cbba #cb98a9

#98cbba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98cbba Color Preview on White Background

Lorem ipsum dolor sit amet.

#98cbba Color CSS Codes

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

#98cbba Text Font Color

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

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


#98cbba Background Color

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

This div background color is #98cbba


#98cbba Border Color

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

This div border color is #98cbba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98cbba


Comments

No comments written yet.

Please login to write comment.