Color Hex Logo

#88aebd Color Hex

#88AEBD
(136,174,189)
0 Favorites   0 Comments

Color spaces of #88aebd

RGB 136174189
HSL0.550.290.64
HSV197°28°74°
CMYK 0.280.080.00   0.26
XYZ34.474739.180553.8897
Yxy39.18050.27030.3072
Hunter Lab62.5943-11.2287-7.2289
CIE-Lab68.8818-9.2896-11.8540

#88aebd color RGB value is (136,174,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 10101110 10111101
Octal 210 256 275
Decimal 136 174 189
Hex 88 AE BD

RGB Percentages of Color #88aebd

%27.25
%34.87
%37.88

CMYK Percentages of Color #88aebd

%28
%8
%0
%26

Triadic Colors of #88aebd

#88aebd #bd88ae #aebd88

Analogous Colors of #88aebd

#88aebd #8894bd #88bdb2

Monochromatic Colors of #88aebd

#88aebd

Complementary Color

#88aebd #bd9788

#88aebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88aebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#88aebd Color CSS Codes

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

#88aebd Text Font Color

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

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


#88aebd Background Color

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

This div background color is #88aebd


#88aebd Border Color

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

This div border color is #88aebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88aebd


Comments

No comments written yet.

Please login to write comment.