Color Hex Logo

#85aabc Color Hex

#85AABC
(133,170,188)
0 Favorites   0 Comments

Color spaces of #85aabc

RGB 133170188
HSL0.550.290.63
HSV200°29°74°
CMYK 0.290.100.00   0.26
XYZ33.124737.366853.0436
Yxy37.36680.26810.3025
Hunter Lab61.1284-10.2478-8.6585
CIE-Lab67.5513-8.2712-13.3157

#85aabc color RGB value is (133,170,188).

#85aabc hex color red value is 133, green value is 170 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #85aabc hue: 0.55 , saturation: 0.29 and the lightness value of 85aabc is 0.63.

The process color (four color CMYK) of #85aabc color hex is 0.29, 0.10, 0.00, 0.26. Web safe color of #85aabc is #9999cc. Color #85aabc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10101010 10111100
Octal 205 252 274
Decimal 133 170 188
Hex 85 AA BC

RGB Percentages of Color #85aabc

%27.09
%34.62
%38.29

CMYK Percentages of Color #85aabc

%29
%10
%0
%26

Triadic Colors of #85aabc

#85aabc #bc85aa #aabc85

Analogous Colors of #85aabc

#85aabc #858fbc #85bcb3

Monochromatic Colors of #85aabc

#85aabc

Complementary Color

#85aabc #bc9785

#85aabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85aabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#85aabc Color CSS Codes

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

#85aabc Text Font Color

<p style="color:#85aabc">Text here</p>

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


#85aabc Background Color

<div style="background-color:#85aabc">
Div content here</div>

This div background color is #85aabc


#85aabc Border Color

<div style="border:3px solid #85aabc">
Div here</div>

This div border color is #85aabc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,170,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #85aabc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #85aabc;
  -webkit-box-shadow: 1px 1px 3px 2px #85aabc;
  box-shadow:         1px 1px 3px 2px #85aabc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,170,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 #85aabc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85aabc


Comments

No comments written yet.

Please login to write comment.