Color Hex Logo

#5afefb Color Hex

#5AFEFB
(90,254,251)
0 Favorites   0 Comments

Color spaces of #5afefb

RGB 90254251
HSL0.500.990.67
HSV179°65°100°
CMYK 0.650.000.01   0.00
XYZ57.070880.0223103.7047
Yxy80.02230.23700.3323
Hunter Lab89.4552-42.6668-6.1158
CIE-Lab91.6949-42.3807-11.0970

#5afefb color RGB value is (90,254,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11111110 11111011
Octal 132 376 373
Decimal 90 254 251
Hex 5A FE FB

RGB Percentages of Color #5afefb

%15.13
%42.69
%42.18

CMYK Percentages of Color #5afefb

%65
%0
%1
%0

Triadic Colors of #5afefb

#5afefb #fb5afe #fefb5a

Analogous Colors of #5afefb

#5afefb #5aaffe #5afea9

Monochromatic Colors of #5afefb

#5afefb

Complementary Color

#5afefb #fe5a5d

#5afefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5afefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5afefb Color CSS Codes

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

#5afefb Text Font Color

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

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


#5afefb Background Color

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

This div background color is #5afefb


#5afefb Border Color

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

This div border color is #5afefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5afefb

Related Colors


Comments

No comments written yet.

Please login to write comment.