Color Hex Logo

#85faab Color Hex

#85FAAB
(133,250,171)
0 Favorites   0 Comments

Color spaces of #85faab

RGB 133250171
HSL0.390.920.75
HSV139°47°98°
CMYK 0.470.000.32   0.02
XYZ51.209276.298050.5561
Yxy76.29800.28760.4285
Hunter Lab87.3487-48.212626.8280
CIE-Lab89.9975-50.030727.8842

#85faab color RGB value is (133,250,171).

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

The process color (four color CMYK) of #85faab color hex is 0.47, 0.00, 0.32, 0.02. Web safe color of #85faab is #99ff99. Color #85faab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 11111010 10101011
Octal 205 372 253
Decimal 133 250 171
Hex 85 FA AB

RGB Percentages of Color #85faab

%24.01
%45.13
%30.87

CMYK Percentages of Color #85faab

%47
%0
%32
%2

Triadic Colors of #85faab

#85faab #ab85fa #faab85

Analogous Colors of #85faab

#85faab #85fae6 #9afa85

Monochromatic Colors of #85faab

#85faab

Complementary Color

#85faab #fa85d4

#85faab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85faab Color Preview on White Background

Lorem ipsum dolor sit amet.

#85faab Color CSS Codes

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

#85faab Text Font Color

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

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


#85faab Background Color

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

This div background color is #85faab


#85faab Border Color

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

This div border color is #85faab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85faab


Comments

No comments written yet.

Please login to write comment.