Color Hex Logo

#85babc Color Hex

#85BABC
(133,186,188)
0 Favorites   0 Comments

Color spaces of #85babc

RGB 133186188
HSL0.510.290.63
HSV182°29°74°
CMYK 0.290.010.00   0.26
XYZ36.308943.735254.1050
Yxy43.73520.27070.3260
Hunter Lab66.1326-17.7299-2.2141
CIE-Lab72.0511-16.7356-6.6000

#85babc color RGB value is (133,186,188).

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

The process color (four color CMYK) of #85babc color hex is 0.29, 0.01, 0.00, 0.26. Web safe color of #85babc is #99cccc. Color #85babc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10111010 10111100
Octal 205 272 274
Decimal 133 186 188
Hex 85 BA BC

RGB Percentages of Color #85babc

%26.23
%36.69
%37.08

CMYK Percentages of Color #85babc

%29
%1
%0
%26

Triadic Colors of #85babc

#85babc #bc85ba #babc85

Analogous Colors of #85babc

#85babc #859fbc #85bca3

Monochromatic Colors of #85babc

#85babc

Complementary Color

#85babc #bc8785

#85babc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85babc Color Preview on White Background

Lorem ipsum dolor sit amet.

#85babc Color CSS Codes

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

#85babc Text Font Color

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

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


#85babc Background Color

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

This div background color is #85babc


#85babc Border Color

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

This div border color is #85babc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85babc


Comments

No comments written yet.

Please login to write comment.