Color Hex Logo

#85ecfb Color Hex

#85ECFB
(133,236,251)
0 Favorites   0 Comments

Color spaces of #85ecfb

RGB 133236251
HSL0.520.940.75
HSV188°47°98°
CMYK 0.470.060.00   0.02
XYZ57.080971.9425102.1446
Yxy71.94250.24690.3112
Hunter Lab84.8189-28.3073-12.0277
CIE-Lab87.9409-26.1750-16.5776

#85ecfb color RGB value is (133,236,251).

#85ecfb hex color red value is 133, green value is 236 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #85ecfb hue: 0.52 , saturation: 0.94 and the lightness value of 85ecfb is 0.75.

The process color (four color CMYK) of #85ecfb color hex is 0.47, 0.06, 0.00, 0.02. Web safe color of #85ecfb is #99ffff. Color #85ecfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 11101100 11111011
Octal 205 354 373
Decimal 133 236 251
Hex 85 EC FB

RGB Percentages of Color #85ecfb

%21.45
%38.06
%40.48

CMYK Percentages of Color #85ecfb

%47
%6
%0
%2

Triadic Colors of #85ecfb

#85ecfb #fb85ec #ecfb85

Analogous Colors of #85ecfb

#85ecfb #85b1fb #85fbcf

Monochromatic Colors of #85ecfb

#85ecfb

Complementary Color

#85ecfb #fb9485

#85ecfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85ecfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#85ecfb Color CSS Codes

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

#85ecfb Text Font Color

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

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


#85ecfb Background Color

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

This div background color is #85ecfb


#85ecfb Border Color

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

This div border color is #85ecfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85ecfb


Comments

No comments written yet.

Please login to write comment.