Color Hex Logo

#98bacc Color Hex

#98BACC
(152,186,204)
0 Favorites   0 Comments

Color spaces of #98bacc

RGB 152186204
HSL0.560.340.70
HSV201°25°80°
CMYK 0.250.090.00   0.20
XYZ41.406946.152863.8528
Yxy46.15280.27350.3048
Hunter Lab67.9359-10.0920-8.1715
CIE-Lab73.6446-7.3622-12.8460

#98bacc color RGB value is (152,186,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 10111010 11001100
Octal 230 272 314
Decimal 152 186 204
Hex 98 BA CC

RGB Percentages of Color #98bacc

%28.04
%34.32
%37.64

CMYK Percentages of Color #98bacc

%25
%9
%0
%20

Triadic Colors of #98bacc

#98bacc #cc98ba #bacc98

Analogous Colors of #98bacc

#98bacc #98a0cc #98ccc4

Monochromatic Colors of #98bacc

#98bacc

Complementary Color

#98bacc #ccaa98

#98bacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98bacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#98bacc Color CSS Codes

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

#98bacc Text Font Color

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

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


#98bacc Background Color

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

This div background color is #98bacc


#98bacc Border Color

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

This div border color is #98bacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98bacc


Comments

No comments written yet.

Please login to write comment.