Color Hex Logo

#5afafa Color Hex

#5AFAFA
(90,250,250)
0 Favorites   0 Comments

Color spaces of #5afafa

RGB 90250250
HSL0.500.940.67
HSV180°64°98°
CMYK 0.640.000.00   0.02
XYZ55.657477.4470102.4578
Yxy77.44700.23630.3288
Hunter Lab88.0040-41.1161-7.4250
CIE-Lab90.5270-40.8580-12.3188

#5afafa color RGB value is (90,250,250).

#5afafa hex color red value is 90, green value is 250 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #5afafa hue: 0.50 , saturation: 0.94 and the lightness value of 5afafa is 0.67.

The process color (four color CMYK) of #5afafa color hex is 0.64, 0.00, 0.00, 0.02. Web safe color of #5afafa is #66ffff. Color #5afafa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 11111010 11111010
Octal 132 372 372
Decimal 90 250 250
Hex 5A FA FA

RGB Percentages of Color #5afafa

%15.25
%42.37
%42.37

CMYK Percentages of Color #5afafa

%64
%0
%0
%2

Triadic Colors of #5afafa

#5afafa #fa5afa #fafa5a

Analogous Colors of #5afafa

#5afafa #5aaafa #5afaaa

Monochromatic Colors of #5afafa

#5afafa

Complementary Color

#5afafa #fa5a5a

#5afafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5afafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5afafa Color CSS Codes

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

#5afafa Text Font Color

<p style="color:#5afafa">Text here</p>

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


#5afafa Background Color

<div style="background-color:#5afafa">
Div content here</div>

This div background color is #5afafa


#5afafa Border Color

<div style="border:3px solid #5afafa">
Div here</div>

This div border color is #5afafa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(90,250,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5afafa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5afafa;
  -webkit-box-shadow: 1px 1px 3px 2px #5afafa;
  box-shadow:         1px 1px 3px 2px #5afafa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(90,250,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 #5afafa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5afafa


Comments

No comments written yet.

Please login to write comment.