Color Hex Logo

#5afee4 Color Hex

#5AFEE4
(90,254,228)
0 Favorites   0 Comments

Color spaces of #5afee4

RGB 90254228
HSL0.470.990.67
HSV170°65°100°
CMYK 0.650.000.10   0.00
XYZ53.661978.658785.7532
Yxy78.65870.24610.3607
Hunter Lab88.6897-47.20534.7559
CIE-Lab91.0796-48.3005-0.0770

#5afee4 color RGB value is (90,254,228).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11111110 11100100
Octal 132 376 344
Decimal 90 254 228
Hex 5A FE E4

RGB Percentages of Color #5afee4

%15.73
%44.41
%39.86

CMYK Percentages of Color #5afee4

%65
%0
%10
%0

Triadic Colors of #5afee4

#5afee4 #e45afe #fee45a

Analogous Colors of #5afee4

#5afee4 #5ac6fe #5afe92

Monochromatic Colors of #5afee4

#5afee4

Complementary Color

#5afee4 #fe5a74

#5afee4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5afee4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5afee4 Color CSS Codes

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

#5afee4 Text Font Color

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

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


#5afee4 Background Color

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

This div background color is #5afee4


#5afee4 Border Color

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

This div border color is #5afee4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5afee4

Related Colors


Comments

No comments written yet.

Please login to write comment.