Color Hex Logo

#85cbe6 Color Hex

#85CBE6
(133,203,230)
0 Favorites   0 Comments

Color spaces of #85cbe6

RGB 133203230
HSL0.550.660.71
HSV197°42°90°
CMYK 0.420.120.00   0.10
XYZ45.311753.411682.7842
Yxy53.41160.24960.2943
Hunter Lab73.0832-17.2254-16.0018
CIE-Lab78.1174-15.0828-20.2691

#85cbe6 color RGB value is (133,203,230).

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

The process color (four color CMYK) of #85cbe6 color hex is 0.42, 0.12, 0.00, 0.10. Web safe color of #85cbe6 is #99ccff. Color #85cbe6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 11001011 11100110
Octal 205 313 346
Decimal 133 203 230
Hex 85 CB E6

RGB Percentages of Color #85cbe6

%23.50
%35.87
%40.64

CMYK Percentages of Color #85cbe6

%42
%12
%0
%10

Triadic Colors of #85cbe6

#85cbe6 #e685cb #cbe685

Analogous Colors of #85cbe6

#85cbe6 #859be6 #85e6d1

Monochromatic Colors of #85cbe6

#85cbe6

Complementary Color

#85cbe6 #e6a085

#85cbe6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85cbe6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#85cbe6 Color CSS Codes

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

#85cbe6 Text Font Color

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

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


#85cbe6 Background Color

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

This div background color is #85cbe6


#85cbe6 Border Color

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

This div border color is #85cbe6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85cbe6


Comments

No comments written yet.

Please login to write comment.