Color Hex Logo

#85cbbc Color Hex

#85CBBC
(133,203,188)
0 Favorites   0 Comments

Color spaces of #85cbbc

RGB 133203188
HSL0.460.400.66
HSV167°34°80°
CMYK 0.340.000.07   0.20
XYZ40.105951.329355.3707
Yxy51.32930.27320.3496
Hunter Lab71.6445-25.45524.3286
CIE-Lab76.8781-25.31170.4964

#85cbbc color RGB value is (133,203,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 11001011 10111100
Octal 205 313 274
Decimal 133 203 188
Hex 85 CB BC

RGB Percentages of Color #85cbbc

%25.38
%38.74
%35.88

CMYK Percentages of Color #85cbbc

%34
%0
%7
%20

Triadic Colors of #85cbbc

#85cbbc #bc85cb #cbbc85

Analogous Colors of #85cbbc

#85cbbc #85b7cb #85cb99

Monochromatic Colors of #85cbbc

#85cbbc

Complementary Color

#85cbbc #cb8594

#85cbbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85cbbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#85cbbc Color CSS Codes

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

#85cbbc Text Font Color

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

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


#85cbbc Background Color

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

This div background color is #85cbbc


#85cbbc Border Color

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

This div border color is #85cbbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85cbbc


Comments

No comments written yet.

Please login to write comment.