Color Hex Logo

#85baad Color Hex

#85BAAD
(133,186,173)
0 Favorites   0 Comments

Color spaces of #85baad

RGB 133186173
HSL0.460.280.63
HSV165°28°73°
CMYK 0.280.000.07   0.27
XYZ34.774643.121546.0256
Yxy43.12150.28060.3480
Hunter Lab65.6670-20.39074.4109
CIE-Lab71.6374-20.13591.0004

#85baad color RGB value is (133,186,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10111010 10101101
Octal 205 272 255
Decimal 133 186 173
Hex 85 BA AD

RGB Percentages of Color #85baad

%27.03
%37.80
%35.16

CMYK Percentages of Color #85baad

%28
%0
%7
%27

Triadic Colors of #85baad

#85baad #ad85ba #baad85

Analogous Colors of #85baad

#85baad #85adba #85ba93

Monochromatic Colors of #85baad

#85baad

Complementary Color

#85baad #ba8592

#85baad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85baad Color Preview on White Background

Lorem ipsum dolor sit amet.

#85baad Color CSS Codes

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

#85baad Text Font Color

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

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


#85baad Background Color

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

This div background color is #85baad


#85baad Border Color

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

This div border color is #85baad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85baad


Comments

No comments written yet.

Please login to write comment.