Color Hex Logo

#5abfe5 Color Hex

#5ABFE5
(90,191,229)
0 Favorites   0 Comments

Color spaces of #5abfe5

RGB 90191229
HSL0.550.730.63
HSV196°61°90°
CMYK 0.610.170.00   0.10
XYZ36.990145.092480.8829
Yxy45.09240.22700.2767
Hunter Lab67.1509-19.1872-24.4089
CIE-Lab72.9527-18.3668-27.7654

#5abfe5 color RGB value is (90,191,229).

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

The process color (four color CMYK) of #5abfe5 color hex is 0.61, 0.17, 0.00, 0.10. Web safe color of #5abfe5 is #66cccc. Color #5abfe5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 10111111 11100101
Octal 132 277 345
Decimal 90 191 229
Hex 5A BF E5

RGB Percentages of Color #5abfe5

%17.65
%37.45
%44.90

CMYK Percentages of Color #5abfe5

%61
%17
%0
%10

Triadic Colors of #5abfe5

#5abfe5 #e55abf #bfe55a

Analogous Colors of #5abfe5

#5abfe5 #5a7ae5 #5ae5c6

Monochromatic Colors of #5abfe5

#5abfe5

Complementary Color

#5abfe5 #e5805a

#5abfe5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5abfe5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5abfe5 Color CSS Codes

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

#5abfe5 Text Font Color

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

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


#5abfe5 Background Color

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

This div background color is #5abfe5


#5abfe5 Border Color

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

This div border color is #5abfe5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5abfe5


Comments

No comments written yet.

Please login to write comment.