Color Hex Logo

#85ebff Color Hex

#85EBFF
(133,235,255)
0 Favorites   0 Comments

Color spaces of #85ebff

RGB 133235255
HSL0.531.000.76
HSV190°48°100°
CMYK 0.480.080.00   0.00
XYZ57.431271.6232105.4055
Yxy71.62320.24500.3055
Hunter Lab84.6305-26.9713-14.6031
CIE-Lab87.7869-24.6500-18.9048

#85ebff color RGB value is (133,235,255).

#85ebff hex color red value is 133, green value is 235 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #85ebff hue: 0.53 , saturation: 1.00 and the lightness value of 85ebff is 0.76.

The process color (four color CMYK) of #85ebff color hex is 0.48, 0.08, 0.00, 0.00. Web safe color of #85ebff is #99ffff. Color #85ebff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 11101011 11111111
Octal 205 353 377
Decimal 133 235 255
Hex 85 EB FF

RGB Percentages of Color #85ebff

%21.35
%37.72
%40.93

CMYK Percentages of Color #85ebff

%48
%8
%0
%0

Triadic Colors of #85ebff

#85ebff #ff85eb #ebff85

Analogous Colors of #85ebff

#85ebff #85aeff #85ffd6

Monochromatic Colors of #85ebff

#85ebff

Complementary Color

#85ebff #ff9985

#85ebff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85ebff Color Preview on White Background

Lorem ipsum dolor sit amet.

#85ebff Color CSS Codes

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

#85ebff Text Font Color

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

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


#85ebff Background Color

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

This div background color is #85ebff


#85ebff Border Color

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

This div border color is #85ebff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85ebff


Comments

No comments written yet.

Please login to write comment.