Color Hex Logo

#85dbba Color Hex

#85DBBA
(133,219,186)
0 Favorites   0 Comments

Color spaces of #85dbba

RGB 133219186
HSL0.440.540.69
HSV157°39°86°
CMYK 0.390.000.15   0.14
XYZ43.867359.194855.5681
Yxy59.19480.27650.3732
Hunter Lab76.9382-32.867711.0349
CIE-Lab81.3986-33.42108.1009

#85dbba color RGB value is (133,219,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 11011011 10111010
Octal 205 333 272
Decimal 133 219 186
Hex 85 DB BA

RGB Percentages of Color #85dbba

%24.72
%40.71
%34.57

CMYK Percentages of Color #85dbba

%39
%0
%15
%14

Triadic Colors of #85dbba

#85dbba #ba85db #dbba85

Analogous Colors of #85dbba

#85dbba #85d1db #85db8f

Monochromatic Colors of #85dbba

#85dbba

Complementary Color

#85dbba #db85a6

#85dbba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85dbba Color Preview on White Background

Lorem ipsum dolor sit amet.

#85dbba Color CSS Codes

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

#85dbba Text Font Color

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

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


#85dbba Background Color

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

This div background color is #85dbba


#85dbba Border Color

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

This div border color is #85dbba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85dbba


Comments

No comments written yet.

Please login to write comment.