Color Hex Logo

#85acba Color Hex

#85ACBA
(133,172,186)
0 Favorites   0 Comments

Color spaces of #85acba

RGB 133172186
HSL0.540.280.63
HSV196°28°73°
CMYK 0.280.080.00   0.27
XYZ33.288338.036852.0417
Yxy38.03680.26980.3083
Hunter Lab61.6740-11.5848-6.8583
CIE-Lab68.0477-9.8326-11.4627

#85acba color RGB value is (133,172,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10101100 10111010
Octal 205 254 272
Decimal 133 172 186
Hex 85 AC BA

RGB Percentages of Color #85acba

%27.09
%35.03
%37.88

CMYK Percentages of Color #85acba

%28
%8
%0
%27

Triadic Colors of #85acba

#85acba #ba85ac #acba85

Analogous Colors of #85acba

#85acba #8592ba #85baae

Monochromatic Colors of #85acba

#85acba

Complementary Color

#85acba #ba9385

#85acba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85acba Color Preview on White Background

Lorem ipsum dolor sit amet.

#85acba Color CSS Codes

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

#85acba Text Font Color

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

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


#85acba Background Color

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

This div background color is #85acba


#85acba Border Color

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

This div border color is #85acba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85acba


Comments

No comments written yet.

Please login to write comment.