Color Hex Logo

#8898ca Color Hex

#8898CA
(136,152,202)
0 Favorites   0 Comments

Color spaces of #8898ca

RGB 136152202
HSL0.630.380.66
HSV225°33°79°
CMYK 0.330.250.00   0.21
XYZ32.042231.955060.3562
Yxy31.95500.25770.2570
Hunter Lab56.52882.2539-23.7343
CIE-Lab63.30576.1535-27.5584

#8898ca color RGB value is (136,152,202).

#8898ca hex color red value is 136, green value is 152 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #8898ca hue: 0.63 , saturation: 0.38 and the lightness value of 8898ca is 0.66.

The process color (four color CMYK) of #8898ca color hex is 0.33, 0.25, 0.00, 0.21. Web safe color of #8898ca is #9999cc. Color #8898ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10011000 11001010
Octal 210 230 312
Decimal 136 152 202
Hex 88 98 CA

RGB Percentages of Color #8898ca

%27.76
%31.02
%41.22

CMYK Percentages of Color #8898ca

%33
%25
%0
%21

Triadic Colors of #8898ca

#8898ca #ca8898 #98ca88

Analogous Colors of #8898ca

#8898ca #9988ca #88b9ca

Monochromatic Colors of #8898ca

#8898ca

Complementary Color

#8898ca #caba88

#8898ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8898ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#8898ca Color CSS Codes

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

#8898ca Text Font Color

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

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


#8898ca Background Color

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

This div background color is #8898ca


#8898ca Border Color

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

This div border color is #8898ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8898ca


Comments

No comments written yet.

Please login to write comment.