Color Hex Logo

#85fbad Color Hex

#85FBAD
(133,251,173)
0 Favorites   0 Comments

Color spaces of #85fbad

RGB 133251173
HSL0.390.940.75
HSV140°47°98°
CMYK 0.470.000.31   0.02
XYZ51.712976.998051.6717
Yxy76.99800.28670.4269
Hunter Lab87.7485-48.364326.5104
CIE-Lab90.3207-50.094127.3105

#85fbad color RGB value is (133,251,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 11111011 10101101
Octal 205 373 255
Decimal 133 251 173
Hex 85 FB AD

RGB Percentages of Color #85fbad

%23.88
%45.06
%31.06

CMYK Percentages of Color #85fbad

%47
%0
%31
%2

Triadic Colors of #85fbad

#85fbad #ad85fb #fbad85

Analogous Colors of #85fbad

#85fbad #85fbe8 #98fb85

Monochromatic Colors of #85fbad

#85fbad

Complementary Color

#85fbad #fb85d3

#85fbad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85fbad Color Preview on White Background

Lorem ipsum dolor sit amet.

#85fbad Color CSS Codes

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

#85fbad Text Font Color

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

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


#85fbad Background Color

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

This div background color is #85fbad


#85fbad Border Color

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

This div border color is #85fbad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85fbad

Related Colors


Comments

No comments written yet.

Please login to write comment.