Color Hex Logo

#85cbbd Color Hex

#85CBBD
(133,203,189)
0 Favorites   0 Comments

Color spaces of #85cbbd

RGB 133203189
HSL0.470.400.66
HSV168°34°80°
CMYK 0.340.000.07   0.20
XYZ40.214151.372555.9405
Yxy51.37250.27260.3482
Hunter Lab71.6746-25.28053.8977
CIE-Lab76.9041-25.0870-0.0044

#85cbbd color RGB value is (133,203,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 11001011 10111101
Octal 205 313 275
Decimal 133 203 189
Hex 85 CB BD

RGB Percentages of Color #85cbbd

%25.33
%38.67
%36.00

CMYK Percentages of Color #85cbbd

%34
%0
%7
%20

Triadic Colors of #85cbbd

#85cbbd #bd85cb #cbbd85

Analogous Colors of #85cbbd

#85cbbd #85b6cb #85cb9a

Monochromatic Colors of #85cbbd

#85cbbd

Complementary Color

#85cbbd #cb8593

#85cbbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85cbbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#85cbbd Color CSS Codes

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

#85cbbd Text Font Color

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

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


#85cbbd Background Color

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

This div background color is #85cbbd


#85cbbd Border Color

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

This div border color is #85cbbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85cbbd


Comments

No comments written yet.

Please login to write comment.