Color Hex Logo

#85bbae Color Hex

#85BBAE
(133,187,174)
0 Favorites   0 Comments

Color spaces of #85bbae

RGB 133187174
HSL0.460.280.63
HSV166°29°73°
CMYK 0.290.000.07   0.27
XYZ35.083243.583246.6077
Yxy43.58320.28010.3479
Hunter Lab66.0176-20.67194.3542
CIE-Lab71.9490-20.42460.9076

#85bbae color RGB value is (133,187,174).

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

The process color (four color CMYK) of #85bbae color hex is 0.29, 0.00, 0.07, 0.27. Web safe color of #85bbae is #99cc99. Color #85bbae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10111011 10101110
Octal 205 273 256
Decimal 133 187 174
Hex 85 BB AE

RGB Percentages of Color #85bbae

%26.92
%37.85
%35.22

CMYK Percentages of Color #85bbae

%29
%0
%7
%27

Triadic Colors of #85bbae

#85bbae #ae85bb #bbae85

Analogous Colors of #85bbae

#85bbae #85adbb #85bb93

Monochromatic Colors of #85bbae

#85bbae

Complementary Color

#85bbae #bb8592

#85bbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85bbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#85bbae Color CSS Codes

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

#85bbae Text Font Color

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

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


#85bbae Background Color

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

This div background color is #85bbae


#85bbae Border Color

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

This div border color is #85bbae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85bbae


Comments

No comments written yet.

Please login to write comment.