Color Hex Logo

#85fcaf Color Hex

#85FCAF
(133,252,175)
0 Favorites   0 Comments

Color spaces of #85fcaf

RGB 133252175
HSL0.390.950.75
HSV141°47°99°
CMYK 0.470.000.31   0.01
XYZ52.221177.702552.8032
Yxy77.70250.28580.4252
Hunter Lab88.1490-48.514126.1883
CIE-Lab90.6440-50.154726.7374

#85fcaf color RGB value is (133,252,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 11111100 10101111
Octal 205 374 257
Decimal 133 252 175
Hex 85 FC AF

RGB Percentages of Color #85fcaf

%23.75
%45.00
%31.25

CMYK Percentages of Color #85fcaf

%47
%0
%31
%1

Triadic Colors of #85fcaf

#85fcaf #af85fc #fcaf85

Analogous Colors of #85fcaf

#85fcaf #85fceb #97fc85

Monochromatic Colors of #85fcaf

#85fcaf

Complementary Color

#85fcaf #fc85d2

#85fcaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85fcaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#85fcaf Color CSS Codes

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

#85fcaf Text Font Color

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

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


#85fcaf Background Color

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

This div background color is #85fcaf


#85fcaf Border Color

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

This div border color is #85fcaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85fcaf

Related Colors


Comments

No comments written yet.

Please login to write comment.