Color Hex Logo

#85cbcc Color Hex

#85CBCC
(133,203,204)
0 Favorites   0 Comments

Color spaces of #85cbcc

RGB 133203204
HSL0.500.410.66
HSV181°35°80°
CMYK 0.350.000.00   0.20
XYZ41.927952.058164.9651
Yxy52.05810.26380.3275
Hunter Lab72.1513-22.5365-2.8789
CIE-Lab77.3156-21.6023-7.4831

#85cbcc color RGB value is (133,203,204).

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

The process color (four color CMYK) of #85cbcc color hex is 0.35, 0.00, 0.00, 0.20. Web safe color of #85cbcc is #99cccc. Color #85cbcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 11001011 11001100
Octal 205 313 314
Decimal 133 203 204
Hex 85 CB CC

RGB Percentages of Color #85cbcc

%24.63
%37.59
%37.78

CMYK Percentages of Color #85cbcc

%35
%0
%0
%20

Triadic Colors of #85cbcc

#85cbcc #cc85cb #cbcc85

Analogous Colors of #85cbcc

#85cbcc #85a8cc #85ccaa

Monochromatic Colors of #85cbcc

#85cbcc

Complementary Color

#85cbcc #cc8685

#85cbcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85cbcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#85cbcc Color CSS Codes

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

#85cbcc Text Font Color

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

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


#85cbcc Background Color

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

This div background color is #85cbcc


#85cbcc Border Color

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

This div border color is #85cbcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85cbcc

#85cbcc Color Palettes


Comments

No comments written yet.

Please login to write comment.