Color Hex Logo

#88aebe Color Hex

#88AEBE
(136,174,190)
0 Favorites   0 Comments

Color spaces of #88aebe

RGB 136174190
HSL0.550.290.64
HSV198°28°75°
CMYK 0.280.080.00   0.25
XYZ34.583739.224054.4634
Yxy39.22400.26960.3058
Hunter Lab62.6291-11.0334-7.7193
CIE-Lab68.9132-9.0495-12.3593

#88aebe color RGB value is (136,174,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 10101110 10111110
Octal 210 256 276
Decimal 136 174 190
Hex 88 AE BE

RGB Percentages of Color #88aebe

%27.20
%34.80
%38.00

CMYK Percentages of Color #88aebe

%28
%8
%0
%25

Triadic Colors of #88aebe

#88aebe #be88ae #aebe88

Analogous Colors of #88aebe

#88aebe #8893be #88beb3

Monochromatic Colors of #88aebe

#88aebe

Complementary Color

#88aebe #be9888

#88aebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88aebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#88aebe Color CSS Codes

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

#88aebe Text Font Color

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

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


#88aebe Background Color

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

This div background color is #88aebe


#88aebe Border Color

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

This div border color is #88aebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88aebe


Comments

No comments written yet.

Please login to write comment.