Color Hex Logo

#88aebc Color Hex

#88AEBC
(136,174,188)
0 Favorites   0 Comments

Color spaces of #88aebc

RGB 136174188
HSL0.540.280.64
HSV196°28°74°
CMYK 0.280.070.00   0.26
XYZ34.366539.137253.3199
Yxy39.13720.27100.3086
Hunter Lab62.5597-11.4225-6.7413
CIE-Lab68.8505-9.5282-11.3484

#88aebc color RGB value is (136,174,188).

#88aebc hex color red value is 136, green value is 174 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #88aebc hue: 0.54 , saturation: 0.28 and the lightness value of 88aebc is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 10101110 10111100
Octal 210 256 274
Decimal 136 174 188
Hex 88 AE BC

RGB Percentages of Color #88aebc

%27.31
%34.94
%37.75

CMYK Percentages of Color #88aebc

%28
%7
%0
%26

Triadic Colors of #88aebc

#88aebc #bc88ae #aebc88

Analogous Colors of #88aebc

#88aebc #8894bc #88bcb0

Monochromatic Colors of #88aebc

#88aebc

Complementary Color

#88aebc #bc9688

#88aebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88aebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#88aebc Color CSS Codes

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

#88aebc Text Font Color

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

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


#88aebc Background Color

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

This div background color is #88aebc


#88aebc Border Color

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

This div border color is #88aebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88aebc


Comments

No comments written yet.

Please login to write comment.