Color Hex Logo

#85aabb Color Hex

#85AABB
(133,170,187)
0 Favorites   0 Comments

Color spaces of #85aabb

RGB 133170187
HSL0.550.280.63
HSV199°29°73°
CMYK 0.290.090.00   0.27
XYZ33.017237.323952.4777
Yxy37.32390.26880.3039
Hunter Lab61.0933-10.4449-8.1634
CIE-Lab67.5193-8.5144-12.8092

#85aabb color RGB value is (133,170,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10101010 10111011
Octal 205 252 273
Decimal 133 170 187
Hex 85 AA BB

RGB Percentages of Color #85aabb

%27.14
%34.69
%38.16

CMYK Percentages of Color #85aabb

%29
%9
%0
%27

Triadic Colors of #85aabb

#85aabb #bb85aa #aabb85

Analogous Colors of #85aabb

#85aabb #858fbb #85bbb1

Monochromatic Colors of #85aabb

#85aabb

Complementary Color

#85aabb #bb9685

#85aabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85aabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#85aabb Color CSS Codes

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

#85aabb Text Font Color

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

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


#85aabb Background Color

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

This div background color is #85aabb


#85aabb Border Color

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

This div border color is #85aabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85aabb


Comments

No comments written yet.

Please login to write comment.