Color Hex Logo

#85dcbb Color Hex

#85DCBB
(133,220,187)
0 Favorites   0 Comments

Color spaces of #85dcbb

RGB 133220187
HSL0.440.550.69
HSV157°40°86°
CMYK 0.400.000.15   0.14
XYZ44.235759.760856.2172
Yxy59.76080.27610.3730
Hunter Lab77.3051-33.142310.9972
CIE-Lab81.7080-33.67628.0145

#85dcbb color RGB value is (133,220,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 11011100 10111011
Octal 205 334 273
Decimal 133 220 187
Hex 85 DC BB

RGB Percentages of Color #85dcbb

%24.63
%40.74
%34.63

CMYK Percentages of Color #85dcbb

%40
%0
%15
%14

Triadic Colors of #85dcbb

#85dcbb #bb85dc #dcbb85

Analogous Colors of #85dcbb

#85dcbb #85d2dc #85dc90

Monochromatic Colors of #85dcbb

#85dcbb

Complementary Color

#85dcbb #dc85a6

#85dcbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85dcbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#85dcbb Color CSS Codes

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

#85dcbb Text Font Color

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

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


#85dcbb Background Color

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

This div background color is #85dcbb


#85dcbb Border Color

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

This div border color is #85dcbb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,220,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 #85dcbb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85dcbb


Comments

No comments written yet.

Please login to write comment.