Color Hex Logo

#85bceb Color Hex

#85BCEB
(133,188,235)
0 Favorites   0 Comments

Color spaces of #85bceb

RGB 133188235
HSL0.580.720.72
HSV208°43°92°
CMYK 0.430.200.00   0.08
XYZ42.651546.951185.4118
Yxy46.95110.24370.2683
Hunter Lab68.5209-8.8024-25.9408
CIE-Lab74.1585-5.8170-29.0060

#85bceb color RGB value is (133,188,235).

#85bceb hex color red value is 133, green value is 188 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #85bceb hue: 0.58 , saturation: 0.72 and the lightness value of 85bceb is 0.72.

The process color (four color CMYK) of #85bceb color hex is 0.43, 0.20, 0.00, 0.08. Web safe color of #85bceb is #99ccff. Color #85bceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10111100 11101011
Octal 205 274 353
Decimal 133 188 235
Hex 85 BC EB

RGB Percentages of Color #85bceb

%23.92
%33.81
%42.27

CMYK Percentages of Color #85bceb

%43
%20
%0
%8

Triadic Colors of #85bceb

#85bceb #eb85bc #bceb85

Analogous Colors of #85bceb

#85bceb #8589eb #85ebe7

Monochromatic Colors of #85bceb

#85bceb

Complementary Color

#85bceb #ebb485

#85bceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85bceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#85bceb Color CSS Codes

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

#85bceb Text Font Color

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

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


#85bceb Background Color

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

This div background color is #85bceb


#85bceb Border Color

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

This div border color is #85bceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85bceb


Comments

No comments written yet.

Please login to write comment.