Color Hex Logo

#85beea Color Hex

#85BEEA
(133,190,234)
0 Favorites   0 Comments

Color spaces of #85beea

RGB 133190234
HSL0.570.710.72
HSV206°43°92°
CMYK 0.430.190.00   0.08
XYZ42.937647.754084.7963
Yxy47.75400.24470.2721
Hunter Lab69.1043-10.0224-24.3804
CIE-Lab74.6695-7.1657-27.6808

#85beea color RGB value is (133,190,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10111110 11101010
Octal 205 276 352
Decimal 133 190 234
Hex 85 BE EA

RGB Percentages of Color #85beea

%23.88
%34.11
%42.01

CMYK Percentages of Color #85beea

%43
%19
%0
%8

Triadic Colors of #85beea

#85beea #ea85be #beea85

Analogous Colors of #85beea

#85beea #858cea #85eae4

Monochromatic Colors of #85beea

#85beea

Complementary Color

#85beea #eab185

#85beea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85beea Color Preview on White Background

Lorem ipsum dolor sit amet.

#85beea Color CSS Codes

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

#85beea Text Font Color

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

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


#85beea Background Color

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

This div background color is #85beea


#85beea Border Color

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

This div border color is #85beea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,190,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 #85beea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85beea


Comments

No comments written yet.

Please login to write comment.