Color Hex Logo

#5afee5 Color Hex

#5AFEE5
(90,254,229)
0 Favorites   0 Comments

Color spaces of #5afee5

RGB 90254229
HSL0.470.990.67
HSV171°65°100°
CMYK 0.650.000.10   0.00
XYZ53.801178.714486.4865
Yxy78.71440.24570.3594
Hunter Lab88.7211-47.01844.3081
CIE-Lab91.1049-48.0524-0.5584

#5afee5 color RGB value is (90,254,229).

#5afee5 hex color red value is 90, green value is 254 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #5afee5 hue: 0.47 , saturation: 0.99 and the lightness value of 5afee5 is 0.67.

The process color (four color CMYK) of #5afee5 color hex is 0.65, 0.00, 0.10, 0.00. Web safe color of #5afee5 is #66ffcc. Color #5afee5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 11111110 11100101
Octal 132 376 345
Decimal 90 254 229
Hex 5A FE E5

RGB Percentages of Color #5afee5

%15.71
%44.33
%39.97

CMYK Percentages of Color #5afee5

%65
%0
%10
%0

Triadic Colors of #5afee5

#5afee5 #e55afe #fee55a

Analogous Colors of #5afee5

#5afee5 #5ac5fe #5afe93

Monochromatic Colors of #5afee5

#5afee5

Complementary Color

#5afee5 #fe5a73

#5afee5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5afee5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5afee5 Color CSS Codes

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

#5afee5 Text Font Color

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

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


#5afee5 Background Color

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

This div background color is #5afee5


#5afee5 Border Color

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

This div border color is #5afee5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5afee5


Comments

No comments written yet.

Please login to write comment.