Color Hex Logo

#85baea Color Hex

#85BAEA
(133,186,234)
0 Favorites   0 Comments

Color spaces of #85baea

RGB 133186234
HSL0.580.710.72
HSV209°43°92°
CMYK 0.430.210.00   0.08
XYZ42.083146.044984.5114
Yxy46.04490.24380.2667
Hunter Lab67.8564-8.0468-26.3430
CIE-Lab73.5747-5.0086-29.3622

#85baea color RGB value is (133,186,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10111010 11101010
Octal 205 272 352
Decimal 133 186 234
Hex 85 BA EA

RGB Percentages of Color #85baea

%24.05
%33.63
%42.31

CMYK Percentages of Color #85baea

%43
%21
%0
%8

Triadic Colors of #85baea

#85baea #ea85ba #baea85

Analogous Colors of #85baea

#85baea #8588ea #85eae8

Monochromatic Colors of #85baea

#85baea

Complementary Color

#85baea #eab585

#85baea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85baea Color Preview on White Background

Lorem ipsum dolor sit amet.

#85baea Color CSS Codes

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

#85baea Text Font Color

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

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


#85baea Background Color

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

This div background color is #85baea


#85baea Border Color

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

This div border color is #85baea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85baea


Comments

No comments written yet.

Please login to write comment.