Color Hex Logo

#5afeef Color Hex

#5AFEEF
(90,254,239)
0 Favorites   0 Comments

Color spaces of #5afeef

RGB 90254239
HSL0.480.990.67
HSV175°65°100°
CMYK 0.650.000.06   0.00
XYZ55.238279.289394.0544
Yxy79.28930.24170.3469
Hunter Lab89.0445-45.0966-0.2946
CIE-Lab91.3650-45.5232-5.3622

#5afeef color RGB value is (90,254,239).

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

The process color (four color CMYK) of #5afeef color hex is 0.65, 0.00, 0.06, 0.00. Web safe color of #5afeef is #66ffff. Color #5afeef contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 11111110 11101111
Octal 132 376 357
Decimal 90 254 239
Hex 5A FE EF

RGB Percentages of Color #5afeef

%15.44
%43.57
%40.99

CMYK Percentages of Color #5afeef

%65
%0
%6
%0

Triadic Colors of #5afeef

#5afeef #ef5afe #feef5a

Analogous Colors of #5afeef

#5afeef #5abbfe #5afe9d

Monochromatic Colors of #5afeef

#5afeef

Complementary Color

#5afeef #fe5a69

#5afeef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5afeef Color Preview on White Background

Lorem ipsum dolor sit amet.

#5afeef Color CSS Codes

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

#5afeef Text Font Color

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

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


#5afeef Background Color

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

This div background color is #5afeef


#5afeef Border Color

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

This div border color is #5afeef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5afeef

Related Colors


Comments

No comments written yet.

Please login to write comment.