Color Hex Logo

#85dcab Color Hex

#85DCAB
(133,220,171)
0 Favorites   0 Comments

Color spaces of #85dcab

RGB 133220171
HSL0.410.550.69
HSV146°40°86°
CMYK 0.400.000.22   0.14
XYZ42.616859.113247.6919
Yxy59.11320.28520.3956
Hunter Lab76.8851-35.607817.0419
CIE-Lab81.3538-36.935115.9629

#85dcab color RGB value is (133,220,171).

#85dcab hex color red value is 133, green value is 220 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #85dcab hue: 0.41 , saturation: 0.55 and the lightness value of 85dcab is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 11011100 10101011
Octal 205 334 253
Decimal 133 220 171
Hex 85 DC AB

RGB Percentages of Color #85dcab

%25.38
%41.98
%32.63

CMYK Percentages of Color #85dcab

%40
%0
%22
%14

Triadic Colors of #85dcab

#85dcab #ab85dc #dcab85

Analogous Colors of #85dcab

#85dcab #85dcd7 #8bdc85

Monochromatic Colors of #85dcab

#85dcab

Complementary Color

#85dcab #dc85b6

#85dcab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85dcab Color Preview on White Background

Lorem ipsum dolor sit amet.

#85dcab Color CSS Codes

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

#85dcab Text Font Color

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

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


#85dcab Background Color

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

This div background color is #85dcab


#85dcab Border Color

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

This div border color is #85dcab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85dcab


Comments

No comments written yet.

Please login to write comment.