Color Hex Logo

#85caab Color Hex

#85CAAB
(133,202,171)
0 Favorites   0 Comments

Color spaces of #85caab

RGB 133202171
HSL0.430.390.66
HSV153°34°79°
CMYK 0.340.000.15   0.21
XYZ38.144150.167946.2010
Yxy50.16790.28360.3730
Hunter Lab70.8293-27.822710.9064
CIE-Lab76.1722-28.48658.6286

#85caab color RGB value is (133,202,171).

#85caab hex color red value is 133, green value is 202 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #85caab hue: 0.43 , saturation: 0.39 and the lightness value of 85caab is 0.66.

The process color (four color CMYK) of #85caab color hex is 0.34, 0.00, 0.15, 0.21. Web safe color of #85caab is #99cc99. Color #85caab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 11001010 10101011
Octal 205 312 253
Decimal 133 202 171
Hex 85 CA AB

RGB Percentages of Color #85caab

%26.28
%39.92
%33.79

CMYK Percentages of Color #85caab

%34
%0
%15
%21

Triadic Colors of #85caab

#85caab #ab85ca #caab85

Analogous Colors of #85caab

#85caab #85c7ca #85ca89

Monochromatic Colors of #85caab

#85caab

Complementary Color

#85caab #ca85a4

#85caab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85caab Color Preview on White Background

Lorem ipsum dolor sit amet.

#85caab Color CSS Codes

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

#85caab Text Font Color

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

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


#85caab Background Color

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

This div background color is #85caab


#85caab Border Color

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

This div border color is #85caab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85caab


Comments

No comments written yet.

Please login to write comment.