Color Hex Logo

#5afafb Color Hex

#5AFAFB
(90,250,251)
0 Favorites   0 Comments

Color spaces of #5afafb

RGB 90250251
HSL0.500.950.67
HSV180°64°98°
CMYK 0.640.000.00   0.02
XYZ55.814677.5099103.2860
Yxy77.50990.23590.3276
Hunter Lab88.0397-40.9057-7.9298
CIE-Lab90.5558-40.5888-12.7957

#5afafb color RGB value is (90,250,251).

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

The process color (four color CMYK) of #5afafb color hex is 0.64, 0.00, 0.00, 0.02. Web safe color of #5afafb is #66ffff. Color #5afafb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 11111010 11111011
Octal 132 372 373
Decimal 90 250 251
Hex 5A FA FB

RGB Percentages of Color #5afafb

%15.23
%42.30
%42.47

CMYK Percentages of Color #5afafb

%64
%0
%0
%2

Triadic Colors of #5afafb

#5afafb #fb5afa #fafb5a

Analogous Colors of #5afafb

#5afafb #5aaafb #5afbac

Monochromatic Colors of #5afafb

#5afafb

Complementary Color

#5afafb #fb5b5a

#5afafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5afafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5afafb Color CSS Codes

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

#5afafb Text Font Color

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

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


#5afafb Background Color

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

This div background color is #5afafb


#5afafb Border Color

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

This div border color is #5afafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5afafb

Related Colors


Comments

No comments written yet.

Please login to write comment.