Color Hex Logo

#85dabf Color Hex

#85DABF
(133,218,191)
0 Favorites   0 Comments

Color spaces of #85dabf

RGB 133218191
HSL0.450.530.69
HSV161°39°85°
CMYK 0.390.000.12   0.15
XYZ44.148258.890958.3304
Yxy58.89090.27360.3649
Hunter Lab76.7404-31.60608.6519
CIE-Lab81.2316-31.87835.2074

#85dabf color RGB value is (133,218,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 11011010 10111111
Octal 205 332 277
Decimal 133 218 191
Hex 85 DA BF

RGB Percentages of Color #85dabf

%24.54
%40.22
%35.24

CMYK Percentages of Color #85dabf

%39
%0
%12
%15

Triadic Colors of #85dabf

#85dabf #bf85da #dabf85

Analogous Colors of #85dabf

#85dabf #85cbda #85da95

Monochromatic Colors of #85dabf

#85dabf

Complementary Color

#85dabf #da85a0

#85dabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85dabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#85dabf Color CSS Codes

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

#85dabf Text Font Color

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

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


#85dabf Background Color

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

This div background color is #85dabf


#85dabf Border Color

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

This div border color is #85dabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85dabf


Comments

No comments written yet.

Please login to write comment.