Color Hex Logo

#85c8ad Color Hex

#85C8AD
(133,200,173)
0 Favorites   0 Comments

Color spaces of #85c8ad

RGB 133200173
HSL0.430.380.65
HSV156°34°78°
CMYK 0.340.000.14   0.22
XYZ37.870049.312247.0574
Yxy49.31220.28210.3673
Hunter Lab70.2226-26.62739.4246
CIE-Lab75.6451-27.10036.7970

#85c8ad color RGB value is (133,200,173).

#85c8ad hex color red value is 133, green value is 200 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #85c8ad hue: 0.43 , saturation: 0.38 and the lightness value of 85c8ad is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 11001000 10101101
Octal 205 310 255
Decimal 133 200 173
Hex 85 C8 AD

RGB Percentages of Color #85c8ad

%26.28
%39.53
%34.19

CMYK Percentages of Color #85c8ad

%34
%0
%14
%22

Triadic Colors of #85c8ad

#85c8ad #ad85c8 #c8ad85

Analogous Colors of #85c8ad

#85c8ad #85c2c8 #85c88c

Monochromatic Colors of #85c8ad

#85c8ad

Complementary Color

#85c8ad #c885a0

#85c8ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85c8ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#85c8ad Color CSS Codes

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

#85c8ad Text Font Color

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

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


#85c8ad Background Color

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

This div background color is #85c8ad


#85c8ad Border Color

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

This div border color is #85c8ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85c8ad


Comments

No comments written yet.

Please login to write comment.