Color Hex Logo

#5afffb Color Hex

#5AFFFB
(90,255,251)
0 Favorites   0 Comments

Color spaces of #5afffb

RGB 90255251
HSL0.501.000.68
HSV179°65°100°
CMYK 0.650.000.02   0.00
XYZ57.389080.6587103.8108
Yxy80.65870.23730.3335
Hunter Lab89.8102-43.1058-5.6657
CIE-Lab91.9796-42.8255-10.6732

#5afffb color RGB value is (90,255,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11111111 11111011
Octal 132 377 373
Decimal 90 255 251
Hex 5A FF FB

RGB Percentages of Color #5afffb

%15.10
%42.79
%42.11

CMYK Percentages of Color #5afffb

%65
%0
%2
%0

Triadic Colors of #5afffb

#5afffb #fb5aff #fffb5a

Analogous Colors of #5afffb

#5afffb #5ab1ff #5affa9

Monochromatic Colors of #5afffb

#5afffb

Complementary Color

#5afffb #ff5a5e

#5afffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5afffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5afffb Color CSS Codes

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

#5afffb Text Font Color

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

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


#5afffb Background Color

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

This div background color is #5afffb


#5afffb Border Color

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

This div border color is #5afffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5afffb


Comments

No comments written yet.

Please login to write comment.