Color Hex Logo

#85bcaf Color Hex

#85BCAF
(133,188,175)
0 Favorites   0 Comments

Color spaces of #85bcaf

RGB 133188175
HSL0.460.290.63
HSV166°29°74°
CMYK 0.290.000.07   0.26
XYZ35.393944.048147.1941
Yxy44.04810.27950.3478
Hunter Lab66.3687-20.95274.2976
CIE-Lab72.2606-20.71200.8153

#85bcaf color RGB value is (133,188,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10111100 10101111
Octal 205 274 257
Decimal 133 188 175
Hex 85 BC AF

RGB Percentages of Color #85bcaf

%26.81
%37.90
%35.28

CMYK Percentages of Color #85bcaf

%29
%0
%7
%26

Triadic Colors of #85bcaf

#85bcaf #af85bc #bcaf85

Analogous Colors of #85bcaf

#85bcaf #85aebc #85bc94

Monochromatic Colors of #85bcaf

#85bcaf

Complementary Color

#85bcaf #bc8592

#85bcaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85bcaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#85bcaf Color CSS Codes

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

#85bcaf Text Font Color

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

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


#85bcaf Background Color

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

This div background color is #85bcaf


#85bcaf Border Color

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

This div border color is #85bcaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85bcaf


Comments

No comments written yet.

Please login to write comment.