Color Hex Logo

#85cbbe Color Hex

#85CBBE
(133,203,190)
0 Favorites   0 Comments

Color spaces of #85cbbe

RGB 133203190
HSL0.470.400.66
HSV169°34°80°
CMYK 0.340.000.06   0.20
XYZ40.323151.416156.5143
Yxy51.41610.27200.3468
Hunter Lab71.7050-25.10493.4641
CIE-Lab76.9304-24.8614-0.5049

#85cbbe color RGB value is (133,203,190).

#85cbbe hex color red value is 133, green value is 203 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #85cbbe hue: 0.47 , saturation: 0.40 and the lightness value of 85cbbe is 0.66.

The process color (four color CMYK) of #85cbbe color hex is 0.34, 0.00, 0.06, 0.20. Web safe color of #85cbbe is #99cccc. Color #85cbbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 11001011 10111110
Octal 205 313 276
Decimal 133 203 190
Hex 85 CB BE

RGB Percentages of Color #85cbbe

%25.29
%38.59
%36.12

CMYK Percentages of Color #85cbbe

%34
%0
%6
%20

Triadic Colors of #85cbbe

#85cbbe #be85cb #cbbe85

Analogous Colors of #85cbbe

#85cbbe #85b5cb #85cb9b

Monochromatic Colors of #85cbbe

#85cbbe

Complementary Color

#85cbbe #cb8592

#85cbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85cbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#85cbbe Color CSS Codes

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

#85cbbe Text Font Color

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

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


#85cbbe Background Color

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

This div background color is #85cbbe


#85cbbe Border Color

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

This div border color is #85cbbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85cbbe


Comments

No comments written yet.

Please login to write comment.