Color Hex Logo

#85dbae Color Hex

#85DBAE
(133,219,174)
0 Favorites   0 Comments

Color spaces of #85dbae

RGB 133219174
HSL0.410.540.69
HSV149°39°86°
CMYK 0.390.000.21   0.14
XYZ42.644458.705649.1281
Yxy58.70560.28340.3901
Hunter Lab76.6196-34.736015.6172
CIE-Lab81.1295-35.885814.0666

#85dbae color RGB value is (133,219,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 11011011 10101110
Octal 205 333 256
Decimal 133 219 174
Hex 85 DB AE

RGB Percentages of Color #85dbae

%25.29
%41.63
%33.08

CMYK Percentages of Color #85dbae

%39
%0
%21
%14

Triadic Colors of #85dbae

#85dbae #ae85db #dbae85

Analogous Colors of #85dbae

#85dbae #85dbd9 #87db85

Monochromatic Colors of #85dbae

#85dbae

Complementary Color

#85dbae #db85b2

#85dbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85dbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#85dbae Color CSS Codes

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

#85dbae Text Font Color

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

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


#85dbae Background Color

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

This div background color is #85dbae


#85dbae Border Color

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

This div border color is #85dbae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85dbae


Comments

No comments written yet.

Please login to write comment.