Color Hex Logo

#85ccaf Color Hex

#85CCAF
(133,204,175)
0 Favorites   0 Comments

Color spaces of #85ccaf

RGB 133204175
HSL0.430.410.66
HSV155°35°80°
CMYK 0.350.000.14   0.20
XYZ39.003651.267448.3973
Yxy51.26740.28130.3697
Hunter Lab71.6013-28.067310.0451
CIE-Lab76.8407-28.61857.4365

#85ccaf color RGB value is (133,204,175).

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

The process color (four color CMYK) of #85ccaf color hex is 0.35, 0.00, 0.14, 0.20. Web safe color of #85ccaf is #99cc99. Color #85ccaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 11001100 10101111
Octal 205 314 257
Decimal 133 204 175
Hex 85 CC AF

RGB Percentages of Color #85ccaf

%25.98
%39.84
%34.18

CMYK Percentages of Color #85ccaf

%35
%0
%14
%20

Triadic Colors of #85ccaf

#85ccaf #af85cc #ccaf85

Analogous Colors of #85ccaf

#85ccaf #85c6cc #85cc8c

Monochromatic Colors of #85ccaf

#85ccaf

Complementary Color

#85ccaf #cc85a2

#85ccaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85ccaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#85ccaf Color CSS Codes

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

#85ccaf Text Font Color

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

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


#85ccaf Background Color

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

This div background color is #85ccaf


#85ccaf Border Color

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

This div border color is #85ccaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85ccaf


Comments

No comments written yet.

Please login to write comment.