Color Hex Logo

#85dcbf Color Hex

#85DCBF
(133,220,191)
0 Favorites   0 Comments

Color spaces of #85dcbf

RGB 133220191
HSL0.440.550.69
HSV160°40°86°
CMYK 0.400.000.13   0.14
XYZ44.670059.934558.5044
Yxy59.93450.27390.3675
Hunter Lab77.4174-32.48559.3866
CIE-Lab81.8026-32.81996.0305

#85dcbf color RGB value is (133,220,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 11011100 10111111
Octal 205 334 277
Decimal 133 220 191
Hex 85 DC BF

RGB Percentages of Color #85dcbf

%24.45
%40.44
%35.11

CMYK Percentages of Color #85dcbf

%40
%0
%13
%14

Triadic Colors of #85dcbf

#85dcbf #bf85dc #dcbf85

Analogous Colors of #85dcbf

#85dcbf #85cedc #85dc94

Monochromatic Colors of #85dcbf

#85dcbf

Complementary Color

#85dcbf #dc85a2

#85dcbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85dcbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#85dcbf Color CSS Codes

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

#85dcbf Text Font Color

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

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


#85dcbf Background Color

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

This div background color is #85dcbf


#85dcbf Border Color

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

This div border color is #85dcbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85dcbf


Comments

No comments written yet.

Please login to write comment.