Color Hex Logo

#88aecb Color Hex

#88AECB
(136,174,203)
0 Favorites   0 Comments

Color spaces of #88aecb

RGB 136174203
HSL0.570.390.66
HSV206°33°80°
CMYK 0.330.140.00   0.20
XYZ36.068939.818162.2845
Yxy39.81810.26100.2882
Hunter Lab63.1016-8.3971-14.3512
CIE-Lab69.3398-5.8498-18.8861

#88aecb color RGB value is (136,174,203).

#88aecb hex color red value is 136, green value is 174 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #88aecb hue: 0.57 , saturation: 0.39 and the lightness value of 88aecb is 0.66.

The process color (four color CMYK) of #88aecb color hex is 0.33, 0.14, 0.00, 0.20. Web safe color of #88aecb is #9999cc. Color #88aecb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10101110 11001011
Octal 210 256 313
Decimal 136 174 203
Hex 88 AE CB

RGB Percentages of Color #88aecb

%26.51
%33.92
%39.57

CMYK Percentages of Color #88aecb

%33
%14
%0
%20

Triadic Colors of #88aecb

#88aecb #cb88ae #aecb88

Analogous Colors of #88aecb

#88aecb #888dcb #88cbc7

Monochromatic Colors of #88aecb

#88aecb

Complementary Color

#88aecb #cba588

#88aecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88aecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#88aecb Color CSS Codes

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

#88aecb Text Font Color

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

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


#88aecb Background Color

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

This div background color is #88aecb


#88aecb Border Color

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

This div border color is #88aecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88aecb


Comments

No comments written yet.

Please login to write comment.