Color Hex Logo

#8c98ba Color Hex

#8C98BA
(140,152,186)
0 Favorites   0 Comments

Color spaces of #8c98ba

RGB 140152186
HSL0.620.250.64
HSV224°25°73°
CMYK 0.250.180.00   0.27
XYZ30.906431.577150.9204
Yxy31.57710.27250.2784
Hunter Lab56.1935-0.1637-14.3909
CIE-Lab62.99183.3451-19.0485

#8c98ba color RGB value is (140,152,186).

#8c98ba hex color red value is 140, green value is 152 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #8c98ba hue: 0.62 , saturation: 0.25 and the lightness value of 8c98ba is 0.64.

The process color (four color CMYK) of #8c98ba color hex is 0.25, 0.18, 0.00, 0.27. Web safe color of #8c98ba is #9999cc. Color #8c98ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 10011000 10111010
Octal 214 230 272
Decimal 140 152 186
Hex 8C 98 BA

RGB Percentages of Color #8c98ba

%29.29
%31.80
%38.91

CMYK Percentages of Color #8c98ba

%25
%18
%0
%27

Triadic Colors of #8c98ba

#8c98ba #ba8c98 #98ba8c

Analogous Colors of #8c98ba

#8c98ba #978cba #8cafba

Monochromatic Colors of #8c98ba

#8c98ba

Complementary Color

#8c98ba #baae8c

#8c98ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c98ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c98ba Color CSS Codes

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

#8c98ba Text Font Color

<p style="color:#8c98ba">Text here</p>

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


#8c98ba Background Color

<div style="background-color:#8c98ba">
Div content here</div>

This div background color is #8c98ba


#8c98ba Border Color

<div style="border:3px solid #8c98ba">
Div here</div>

This div border color is #8c98ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(140,152,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 #8c98ba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c98ba


Comments

No comments written yet.

Please login to write comment.