Color Hex Logo

#85cbce Color Hex

#85CBCE
(133,203,206)
0 Favorites   0 Comments

Color spaces of #85cbce

RGB 133203206
HSL0.510.430.66
HSV182°35°81°
CMYK 0.350.010.00   0.19
XYZ42.169452.154666.2368
Yxy52.15460.26260.3248
Hunter Lab72.2181-22.1526-3.8267
CIE-Lab77.3732-21.1213-8.4753

#85cbce color RGB value is (133,203,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 11001011 11001110
Octal 205 313 316
Decimal 133 203 206
Hex 85 CB CE

RGB Percentages of Color #85cbce

%24.54
%37.45
%38.01

CMYK Percentages of Color #85cbce

%35
%1
%0
%19

Triadic Colors of #85cbce

#85cbce #ce85cb #cbce85

Analogous Colors of #85cbce

#85cbce #85a7ce #85cead

Monochromatic Colors of #85cbce

#85cbce

Complementary Color

#85cbce #ce8885

#85cbce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85cbce Color Preview on White Background

Lorem ipsum dolor sit amet.

#85cbce Color CSS Codes

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

#85cbce Text Font Color

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

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


#85cbce Background Color

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

This div background color is #85cbce


#85cbce Border Color

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

This div border color is #85cbce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85cbce


Comments

No comments written yet.

Please login to write comment.