Color Hex Logo

#85bcbe Color Hex

#85BCBE
(133,188,190)
0 Favorites   0 Comments

Color spaces of #85bcbe

RGB 133188190
HSL0.510.300.63
HSV182°30°75°
CMYK 0.300.010.00   0.25
XYZ36.950344.670755.3900
Yxy44.67070.26970.3260
Hunter Lab66.8361-18.2797-2.3509
CIE-Lab72.6745-17.2988-6.7696

#85bcbe color RGB value is (133,188,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10111100 10111110
Octal 205 274 276
Decimal 133 188 190
Hex 85 BC BE

RGB Percentages of Color #85bcbe

%26.03
%36.79
%37.18

CMYK Percentages of Color #85bcbe

%30
%1
%0
%25

Triadic Colors of #85bcbe

#85bcbe #be85bc #bcbe85

Analogous Colors of #85bcbe

#85bcbe #85a0be #85bea4

Monochromatic Colors of #85bcbe

#85bcbe

Complementary Color

#85bcbe #be8785

#85bcbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85bcbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#85bcbe Color CSS Codes

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

#85bcbe Text Font Color

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

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


#85bcbe Background Color

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

This div background color is #85bcbe


#85bcbe Border Color

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

This div border color is #85bcbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85bcbe


Comments

No comments written yet.

Please login to write comment.