Color Hex Logo

#85dabd Color Hex

#85DABD
(133,218,189)
0 Favorites   0 Comments

Color spaces of #85dabd

RGB 133218189
HSL0.440.530.69
HSV160°39°85°
CMYK 0.390.000.13   0.15
XYZ43.929658.803557.1790
Yxy58.80350.27470.3677
Hunter Lab76.6834-31.93889.4688
CIE-Lab81.1835-32.31116.2003

#85dabd color RGB value is (133,218,189).

#85dabd hex color red value is 133, green value is 218 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #85dabd hue: 0.44 , saturation: 0.53 and the lightness value of 85dabd is 0.69.

The process color (four color CMYK) of #85dabd color hex is 0.39, 0.00, 0.13, 0.15. Web safe color of #85dabd is #99cccc. Color #85dabd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 11011010 10111101
Octal 205 332 275
Decimal 133 218 189
Hex 85 DA BD

RGB Percentages of Color #85dabd

%24.63
%40.37
%35.00

CMYK Percentages of Color #85dabd

%39
%0
%13
%15

Triadic Colors of #85dabd

#85dabd #bd85da #dabd85

Analogous Colors of #85dabd

#85dabd #85cdda #85da93

Monochromatic Colors of #85dabd

#85dabd

Complementary Color

#85dabd #da85a2

#85dabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85dabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#85dabd Color CSS Codes

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

#85dabd Text Font Color

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

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


#85dabd Background Color

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

This div background color is #85dabd


#85dabd Border Color

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

This div border color is #85dabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85dabd


Comments

No comments written yet.

Please login to write comment.