Color Hex Logo

#8898bd Color Hex

#8898BD
(136,152,189)
0 Favorites   0 Comments

Color spaces of #8898bd

RGB 136152189
HSL0.620.290.64
HSV222°28°74°
CMYK 0.280.200.00   0.26
XYZ30.566931.364852.5871
Yxy31.36480.26690.2739
Hunter Lab56.0043-0.5830-16.4693
CIE-Lab62.81442.8462-21.0300

#8898bd color RGB value is (136,152,189).

#8898bd hex color red value is 136, green value is 152 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #8898bd hue: 0.62 , saturation: 0.29 and the lightness value of 8898bd is 0.64.

The process color (four color CMYK) of #8898bd color hex is 0.28, 0.20, 0.00, 0.26. Web safe color of #8898bd is #9999cc. Color #8898bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10011000 10111101
Octal 210 230 275
Decimal 136 152 189
Hex 88 98 BD

RGB Percentages of Color #8898bd

%28.51
%31.87
%39.62

CMYK Percentages of Color #8898bd

%28
%20
%0
%26

Triadic Colors of #8898bd

#8898bd #bd8898 #98bd88

Analogous Colors of #8898bd

#8898bd #9388bd #88b3bd

Monochromatic Colors of #8898bd

#8898bd

Complementary Color

#8898bd #bdad88

#8898bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8898bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8898bd Color CSS Codes

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

#8898bd Text Font Color

<p style="color:#8898bd">Text here</p>

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


#8898bd Background Color

<div style="background-color:#8898bd">
Div content here</div>

This div background color is #8898bd


#8898bd Border Color

<div style="border:3px solid #8898bd">
Div here</div>

This div border color is #8898bd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,152,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8898bd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8898bd;
  -webkit-box-shadow: 1px 1px 3px 2px #8898bd;
  box-shadow:         1px 1px 3px 2px #8898bd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8898bd


Comments

No comments written yet.

Please login to write comment.