Color Hex Logo

#85ffee Color Hex

#85FFEE
(133,255,238)
0 Favorites   0 Comments

Color spaces of #85ffee

RGB 133255238
HSL0.481.000.76
HSV172°48°100°
CMYK 0.480.000.07   0.00
XYZ60.865582.679693.6397
Yxy82.67960.25660.3486
Hunter Lab90.9283-39.64042.5919
CIE-Lab92.8740-38.3139-2.4802

#85ffee color RGB value is (133,255,238).

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

The process color (four color CMYK) of #85ffee color hex is 0.48, 0.00, 0.07, 0.00. Web safe color of #85ffee is #99ffff. Color #85ffee contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 11111111 11101110
Octal 205 377 356
Decimal 133 255 238
Hex 85 FF EE

RGB Percentages of Color #85ffee

%21.25
%40.73
%38.02

CMYK Percentages of Color #85ffee

%48
%0
%7
%0

Triadic Colors of #85ffee

#85ffee #ee85ff #ffee85

Analogous Colors of #85ffee

#85ffee #85d3ff #85ffb1

Monochromatic Colors of #85ffee

#85ffee

Complementary Color

#85ffee #ff8596

#85ffee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85ffee Color Preview on White Background

Lorem ipsum dolor sit amet.

#85ffee Color CSS Codes

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

#85ffee Text Font Color

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

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


#85ffee Background Color

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

This div background color is #85ffee


#85ffee Border Color

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

This div border color is #85ffee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85ffee


Comments

No comments written yet.

Please login to write comment.