Color Hex Logo

#85dabb Color Hex

#85DABB
(133,218,187)
0 Favorites   0 Comments

Color spaces of #85dabb

RGB 133218187
HSL0.440.530.69
HSV158°39°85°
CMYK 0.390.000.14   0.15
XYZ43.713958.717256.0433
Yxy58.71720.27580.3705
Hunter Lab76.6271-32.267710.2757
CIE-Lab81.1359-32.73987.1938

#85dabb color RGB value is (133,218,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 11011010 10111011
Octal 205 332 273
Decimal 133 218 187
Hex 85 DA BB

RGB Percentages of Color #85dabb

%24.72
%40.52
%34.76

CMYK Percentages of Color #85dabb

%39
%0
%14
%15

Triadic Colors of #85dabb

#85dabb #bb85da #dabb85

Analogous Colors of #85dabb

#85dabb #85cfda #85da91

Monochromatic Colors of #85dabb

#85dabb

Complementary Color

#85dabb #da85a4

#85dabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85dabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#85dabb Color CSS Codes

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

#85dabb Text Font Color

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

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


#85dabb Background Color

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

This div background color is #85dabb


#85dabb Border Color

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

This div border color is #85dabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85dabb


Comments

No comments written yet.

Please login to write comment.