Color Hex Logo

#85bbad Color Hex

#85BBAD
(133,187,173)
0 Favorites   0 Comments

Color spaces of #85bbad

RGB 133187173
HSL0.460.280.63
HSV164°29°73°
CMYK 0.290.000.07   0.27
XYZ34.986043.544346.0961
Yxy43.54430.28070.3494
Hunter Lab65.9881-20.84094.7745
CIE-Lab71.9229-20.64331.4160

#85bbad color RGB value is (133,187,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10111011 10101101
Octal 205 273 255
Decimal 133 187 173
Hex 85 BB AD

RGB Percentages of Color #85bbad

%26.98
%37.93
%35.09

CMYK Percentages of Color #85bbad

%29
%0
%7
%27

Triadic Colors of #85bbad

#85bbad #ad85bb #bbad85

Analogous Colors of #85bbad

#85bbad #85aebb #85bb92

Monochromatic Colors of #85bbad

#85bbad

Complementary Color

#85bbad #bb8593

#85bbad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85bbad Color Preview on White Background

Lorem ipsum dolor sit amet.

#85bbad Color CSS Codes

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

#85bbad Text Font Color

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

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


#85bbad Background Color

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

This div background color is #85bbad


#85bbad Border Color

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

This div border color is #85bbad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85bbad


Comments

No comments written yet.

Please login to write comment.