Color Hex Logo

#85bbbe Color Hex

#85BBBE
(133,187,190)
0 Favorites   0 Comments

Color spaces of #85bbbe

RGB 133187190
HSL0.510.300.63
HSV183°30°75°
CMYK 0.300.020.00   0.25
XYZ36.737544.244955.3190
Yxy44.24490.26950.3246
Hunter Lab66.5168-17.8183-2.7470
CIE-Lab72.3919-16.7823-7.1886

#85bbbe color RGB value is (133,187,190).

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

The process color (four color CMYK) of #85bbbe color hex is 0.30, 0.02, 0.00, 0.25. Web safe color of #85bbbe is #99cccc. Color #85bbbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10111011 10111110
Octal 205 273 276
Decimal 133 187 190
Hex 85 BB BE

RGB Percentages of Color #85bbbe

%26.08
%36.67
%37.25

CMYK Percentages of Color #85bbbe

%30
%2
%0
%25

Triadic Colors of #85bbbe

#85bbbe #be85bb #bbbe85

Analogous Colors of #85bbbe

#85bbbe #859fbe #85bea5

Monochromatic Colors of #85bbbe

#85bbbe

Complementary Color

#85bbbe #be8885

#85bbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85bbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#85bbbe Color CSS Codes

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

#85bbbe Text Font Color

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

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


#85bbbe Background Color

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

This div background color is #85bbbe


#85bbbe Border Color

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

This div border color is #85bbbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85bbbe


Comments

No comments written yet.

Please login to write comment.