Color Hex Logo

#88a2bd Color Hex

#88A2BD
(136,162,189)
0 Favorites   0 Comments

Color spaces of #88a2bd

RGB 136162189
HSL0.580.290.64
HSV211°28°74°
CMYK 0.280.140.00   0.26
XYZ32.259034.749053.1511
Yxy34.74900.26850.2892
Hunter Lab58.9483-5.4767-12.1954
CIE-Lab65.5528-2.7492-16.8676

#88a2bd color RGB value is (136,162,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 10100010 10111101
Octal 210 242 275
Decimal 136 162 189
Hex 88 A2 BD

RGB Percentages of Color #88a2bd

%27.93
%33.26
%38.81

CMYK Percentages of Color #88a2bd

%28
%14
%0
%26

Triadic Colors of #88a2bd

#88a2bd #bd88a2 #a2bd88

Analogous Colors of #88a2bd

#88a2bd #8988bd #88bdbd

Monochromatic Colors of #88a2bd

#88a2bd

Complementary Color

#88a2bd #bda388

#88a2bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88a2bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#88a2bd Color CSS Codes

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

#88a2bd Text Font Color

<p style="color:#88a2bd">Text here</p>

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


#88a2bd Background Color

<div style="background-color:#88a2bd">
Div content here</div>

This div background color is #88a2bd


#88a2bd Border Color

<div style="border:3px solid #88a2bd">
Div here</div>

This div border color is #88a2bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,162,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 #88a2bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88a2bd


Comments

No comments written yet.

Please login to write comment.