Color Hex Logo

#5afcfa Color Hex

#5AFCFA
(90,252,250)
0 Favorites   0 Comments

Color spaces of #5afcfa

RGB 90252250
HSL0.500.960.67
HSV179°64°99°
CMYK 0.640.000.01   0.01
XYZ56.282278.6966102.6661
Yxy78.69660.23680.3312
Hunter Lab88.7111-41.9962-6.5190
CIE-Lab91.0968-41.7549-11.4690

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11111100 11111010
Octal 132 374 372
Decimal 90 252 250
Hex 5A FC FA

RGB Percentages of Color #5afcfa

%15.20
%42.57
%42.23

CMYK Percentages of Color #5afcfa

%64
%0
%1
%1

Triadic Colors of #5afcfa

#5afcfa #fa5afc #fcfa5a

Analogous Colors of #5afcfa

#5afcfa #5aadfc #5afca9

Monochromatic Colors of #5afcfa

#5afcfa

Complementary Color

#5afcfa #fc5a5c

#5afcfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5afcfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5afcfa Color CSS Codes

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

#5afcfa Text Font Color

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

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


#5afcfa Background Color

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

This div background color is #5afcfa


#5afcfa Border Color

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

This div border color is #5afcfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5afcfa


Comments

No comments written yet.

Please login to write comment.