Color Hex Logo

#85fefa Color Hex

#85FEFA
(133,254,250)
0 Favorites   0 Comments

Color spaces of #85fefa

RGB 133254250
HSL0.490.980.76
HSV178°48°100°
CMYK 0.480.000.02   0.00
XYZ62.370082.7723103.1319
Yxy82.77230.25120.3334
Hunter Lab90.9793-36.8447-3.5242
CIE-Lab92.9147-34.9671-8.6310

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 11111110 11111010
Octal 205 376 372
Decimal 133 254 250
Hex 85 FE FA

RGB Percentages of Color #85fefa

%20.88
%39.87
%39.25

CMYK Percentages of Color #85fefa

%48
%0
%2
%0

Triadic Colors of #85fefa

#85fefa #fa85fe #fefa85

Analogous Colors of #85fefa

#85fefa #85c6fe #85febe

Monochromatic Colors of #85fefa

#85fefa

Complementary Color

#85fefa #fe8589

#85fefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85fefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#85fefa Color CSS Codes

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

#85fefa Text Font Color

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

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


#85fefa Background Color

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

This div background color is #85fefa


#85fefa Border Color

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

This div border color is #85fefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85fefa

Related Colors


Comments

No comments written yet.

Please login to write comment.