Color Hex Logo

#85fbaf Color Hex

#85FBAF
(133,251,175)
0 Favorites   0 Comments

Color spaces of #85fbaf

RGB 133251175
HSL0.390.940.75
HSV141°47°98°
CMYK 0.470.000.30   0.02
XYZ51.907977.076152.6988
Yxy77.07610.28570.4242
Hunter Lab87.7930-48.099025.8656
CIE-Lab90.3566-49.736526.3456

#85fbaf color RGB value is (133,251,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 11111011 10101111
Octal 205 373 257
Decimal 133 251 175
Hex 85 FB AF

RGB Percentages of Color #85fbaf

%23.79
%44.90
%31.31

CMYK Percentages of Color #85fbaf

%47
%0
%30
%2

Triadic Colors of #85fbaf

#85fbaf #af85fb #fbaf85

Analogous Colors of #85fbaf

#85fbaf #85fbea #96fb85

Monochromatic Colors of #85fbaf

#85fbaf

Complementary Color

#85fbaf #fb85d1

#85fbaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85fbaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#85fbaf Color CSS Codes

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

#85fbaf Text Font Color

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

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


#85fbaf Background Color

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

This div background color is #85fbaf


#85fbaf Border Color

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

This div border color is #85fbaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85fbaf


Comments

No comments written yet.

Please login to write comment.