Color Hex Logo

#85fefe Color Hex

#85FEFE
(133,254,254)
1 Favorites   0 Comments

Color spaces of #85fefe

RGB 133254254
HSL0.500.980.76
HSV180°48°100°
CMYK 0.480.000.00   0.00
XYZ63.004183.0259106.4709
Yxy83.02590.24950.3288
Hunter Lab91.1185-36.0333-5.4966
CIE-Lab93.0258-33.9785-10.5366

#85fefe color RGB value is (133,254,254).

#85fefe hex color red value is 133, green value is 254 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #85fefe hue: 0.50 , saturation: 0.98 and the lightness value of 85fefe is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 11111110 11111110
Octal 205 376 376
Decimal 133 254 254
Hex 85 FE FE

RGB Percentages of Color #85fefe

%20.75
%39.63
%39.63

CMYK Percentages of Color #85fefe

%48
%0
%0
%0

Triadic Colors of #85fefe

#85fefe #fe85fe #fefe85

Analogous Colors of #85fefe

#85fefe #85c2fe #85fec2

Monochromatic Colors of #85fefe

#85fefe

Complementary Color

#85fefe #fe8585

#85fefe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85fefe Color Preview on White Background

Lorem ipsum dolor sit amet.

#85fefe Color CSS Codes

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

#85fefe Text Font Color

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

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


#85fefe Background Color

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

This div background color is #85fefe


#85fefe Border Color

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

This div border color is #85fefe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85fefe

Related Colors


Comments

No comments written yet.

Please login to write comment.