Color Hex Logo

#88aac3 Color Hex

#88AAC3
(136,170,195)
0 Favorites   0 Comments

Color spaces of #88aac3

RGB 136170195
HSL0.570.330.65
HSV205°30°76°
CMYK 0.300.130.00   0.24
XYZ34.378437.923857.1379
Yxy37.92380.26560.2930
Hunter Lab61.5823-8.1212-11.9034
CIE-Lab67.9644-5.6676-16.5525

#88aac3 color RGB value is (136,170,195).

#88aac3 hex color red value is 136, green value is 170 and the blue value of its RGB is 195. Cylindrical-coordinate representations (also known as HSL) of color #88aac3 hue: 0.57 , saturation: 0.33 and the lightness value of 88aac3 is 0.65.

The process color (four color CMYK) of #88aac3 color hex is 0.30, 0.13, 0.00, 0.24. Web safe color of #88aac3 is #9999cc. Color #88aac3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10101010 11000011
Octal 210 252 303
Decimal 136 170 195
Hex 88 AA C3

RGB Percentages of Color #88aac3

%27.15
%33.93
%38.92

CMYK Percentages of Color #88aac3

%30
%13
%0
%24

Triadic Colors of #88aac3

#88aac3 #c388aa #aac388

Analogous Colors of #88aac3

#88aac3 #888dc3 #88c3bf

Monochromatic Colors of #88aac3

#88aac3

Complementary Color

#88aac3 #c3a188

#88aac3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88aac3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#88aac3 Color CSS Codes

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

#88aac3 Text Font Color

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

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


#88aac3 Background Color

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

This div background color is #88aac3


#88aac3 Border Color

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

This div border color is #88aac3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88aac3


Comments

No comments written yet.

Please login to write comment.