Color Hex Logo

#88b5be Color Hex

#88B5BE
(136,181,190)
0 Favorites   0 Comments

Color spaces of #88b5be

RGB 136181190
HSL0.530.290.64
HSV190°28°75°
CMYK 0.280.050.00   0.25
XYZ35.971541.999754.9261
Yxy41.99970.27070.3160
Hunter Lab64.8072-14.3354-4.8851
CIE-Lab70.8707-12.7748-9.4326

#88b5be color RGB value is (136,181,190).

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

The process color (four color CMYK) of #88b5be color hex is 0.28, 0.05, 0.00, 0.25. Web safe color of #88b5be is #99cccc. Color #88b5be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10110101 10111110
Octal 210 265 276
Decimal 136 181 190
Hex 88 B5 BE

RGB Percentages of Color #88b5be

%26.82
%35.70
%37.48

CMYK Percentages of Color #88b5be

%28
%5
%0
%25

Triadic Colors of #88b5be

#88b5be #be88b5 #b5be88

Analogous Colors of #88b5be

#88b5be #889abe #88beac

Monochromatic Colors of #88b5be

#88b5be

Complementary Color

#88b5be #be9188

#88b5be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88b5be Color Preview on White Background

Lorem ipsum dolor sit amet.

#88b5be Color CSS Codes

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

#88b5be Text Font Color

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

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


#88b5be Background Color

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

This div background color is #88b5be


#88b5be Border Color

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

This div border color is #88b5be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88b5be


Comments

No comments written yet.

Please login to write comment.