Color Hex Logo

#88abbe Color Hex

#88ABBE
(136,171,190)
0 Favorites   0 Comments

Color spaces of #88abbe

RGB 136171190
HSL0.560.290.64
HSV201°28°75°
CMYK 0.280.100.00   0.25
XYZ34.010538.077854.2724
Yxy38.07780.26920.3013
Hunter Lab61.7072-9.6057-8.9514
CIE-Lab68.0779-7.4322-13.6137

#88abbe color RGB value is (136,171,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 10101011 10111110
Octal 210 253 276
Decimal 136 171 190
Hex 88 AB BE

RGB Percentages of Color #88abbe

%27.36
%34.41
%38.23

CMYK Percentages of Color #88abbe

%28
%10
%0
%25

Triadic Colors of #88abbe

#88abbe #be88ab #abbe88

Analogous Colors of #88abbe

#88abbe #8890be #88beb6

Monochromatic Colors of #88abbe

#88abbe

Complementary Color

#88abbe #be9b88

#88abbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88abbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#88abbe Color CSS Codes

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

#88abbe Text Font Color

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

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


#88abbe Background Color

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

This div background color is #88abbe


#88abbe Border Color

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

This div border color is #88abbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88abbe


Comments

No comments written yet.

Please login to write comment.