Color Hex Logo

#85bcab Color Hex

#85BCAB
(133,188,171)
0 Favorites   0 Comments

Color spaces of #85bcab

RGB 133188171
HSL0.450.290.63
HSV161°29°74°
CMYK 0.290.000.09   0.26
XYZ35.006843.893345.1553
Yxy43.89330.28220.3538
Hunter Lab66.2520-21.62375.9662
CIE-Lab72.1571-21.58212.8486

#85bcab color RGB value is (133,188,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10111100 10101011
Octal 205 274 253
Decimal 133 188 171
Hex 85 BC AB

RGB Percentages of Color #85bcab

%27.03
%38.21
%34.76

CMYK Percentages of Color #85bcab

%29
%0
%9
%26

Triadic Colors of #85bcab

#85bcab #ab85bc #bcab85

Analogous Colors of #85bcab

#85bcab #85b2bc #85bc90

Monochromatic Colors of #85bcab

#85bcab

Complementary Color

#85bcab #bc8596

#85bcab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85bcab Color Preview on White Background

Lorem ipsum dolor sit amet.

#85bcab Color CSS Codes

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

#85bcab Text Font Color

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

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


#85bcab Background Color

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

This div background color is #85bcab


#85bcab Border Color

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

This div border color is #85bcab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85bcab


Comments

No comments written yet.

Please login to write comment.