Color Hex Logo

#85ebf6 Color Hex

#85EBF6
(133,235,246)
0 Favorites   0 Comments

Color spaces of #85ebf6

RGB 133235246
HSL0.520.860.74
HSV186°46°96°
CMYK 0.460.040.00   0.04
XYZ56.015771.057097.9518
Yxy71.05700.24890.3158
Hunter Lab84.2953-28.9005-9.8887
CIE-Lab87.5127-26.9698-14.5995

#85ebf6 color RGB value is (133,235,246).

#85ebf6 hex color red value is 133, green value is 235 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #85ebf6 hue: 0.52 , saturation: 0.86 and the lightness value of 85ebf6 is 0.74.

The process color (four color CMYK) of #85ebf6 color hex is 0.46, 0.04, 0.00, 0.04. Web safe color of #85ebf6 is #99ffff. Color #85ebf6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 11101011 11110110
Octal 205 353 366
Decimal 133 235 246
Hex 85 EB F6

RGB Percentages of Color #85ebf6

%21.66
%38.27
%40.07

CMYK Percentages of Color #85ebf6

%46
%4
%0
%4

Triadic Colors of #85ebf6

#85ebf6 #f685eb #ebf685

Analogous Colors of #85ebf6

#85ebf6 #85b3f6 #85f6c9

Monochromatic Colors of #85ebf6

#85ebf6

Complementary Color

#85ebf6 #f69085

#85ebf6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85ebf6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#85ebf6 Color CSS Codes

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

#85ebf6 Text Font Color

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

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


#85ebf6 Background Color

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

This div background color is #85ebf6


#85ebf6 Border Color

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

This div border color is #85ebf6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85ebf6


Comments

No comments written yet.

Please login to write comment.