Color Hex Logo

#5abfef Color Hex

#5ABFEF
(90,191,239)
0 Favorites   0 Comments

Color spaces of #5abfef

RGB 90191239
HSL0.550.820.65
HSV199°62°94°
CMYK 0.620.200.00   0.06
XYZ38.427245.667388.4507
Yxy45.66730.22270.2647
Hunter Lab67.5776-16.7588-30.2990
CIE-Lab73.3291-15.3218-32.5980

#5abfef color RGB value is (90,191,239).

#5abfef hex color red value is 90, green value is 191 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #5abfef hue: 0.55 , saturation: 0.82 and the lightness value of 5abfef is 0.65.

The process color (four color CMYK) of #5abfef color hex is 0.62, 0.20, 0.00, 0.06. Web safe color of #5abfef is #66ccff. Color #5abfef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 10111111 11101111
Octal 132 277 357
Decimal 90 191 239
Hex 5A BF EF

RGB Percentages of Color #5abfef

%17.31
%36.73
%45.96

CMYK Percentages of Color #5abfef

%62
%20
%0
%6

Triadic Colors of #5abfef

#5abfef #ef5abf #bfef5a

Analogous Colors of #5abfef

#5abfef #5a75ef #5aefd5

Monochromatic Colors of #5abfef

#5abfef

Complementary Color

#5abfef #ef8a5a

#5abfef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5abfef Color Preview on White Background

Lorem ipsum dolor sit amet.

#5abfef Color CSS Codes

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

#5abfef Text Font Color

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

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


#5abfef Background Color

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

This div background color is #5abfef


#5abfef Border Color

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

This div border color is #5abfef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5abfef


Comments

No comments written yet.

Please login to write comment.