Color Hex Logo

#85ddab Color Hex

#85DDAB
(133,221,171)
0 Favorites   0 Comments

Color spaces of #85ddab

RGB 133221171
HSL0.410.560.69
HSV146°40°87°
CMYK 0.400.000.23   0.13
XYZ42.880059.639747.7797
Yxy59.63970.28530.3968
Hunter Lab77.2267-36.035017.3764
CIE-Lab81.6420-37.391016.3666

#85ddab color RGB value is (133,221,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 11011101 10101011
Octal 205 335 253
Decimal 133 221 171
Hex 85 DD AB

RGB Percentages of Color #85ddab

%25.33
%42.10
%32.57

CMYK Percentages of Color #85ddab

%40
%0
%23
%13

Triadic Colors of #85ddab

#85ddab #ab85dd #ddab85

Analogous Colors of #85ddab

#85ddab #85ddd7 #8bdd85

Monochromatic Colors of #85ddab

#85ddab

Complementary Color

#85ddab #dd85b7

#85ddab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85ddab Color Preview on White Background

Lorem ipsum dolor sit amet.

#85ddab Color CSS Codes

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

#85ddab Text Font Color

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

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


#85ddab Background Color

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

This div background color is #85ddab


#85ddab Border Color

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

This div border color is #85ddab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85ddab


Comments

No comments written yet.

Please login to write comment.