Color Hex Logo

#5abfeb Color Hex

#5ABFEB
(90,191,235)
0 Favorites   0 Comments

Color spaces of #5abfeb

RGB 90191235
HSL0.550.780.64
HSV198°62°92°
CMYK 0.620.190.00   0.08
XYZ37.842645.433485.3723
Yxy45.43340.22440.2694
Hunter Lab67.4043-17.7428-27.9120
CIE-Lab73.1764-16.5477-30.6709

#5abfeb color RGB value is (90,191,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 10111111 11101011
Octal 132 277 353
Decimal 90 191 235
Hex 5A BF EB

RGB Percentages of Color #5abfeb

%17.44
%37.02
%45.54

CMYK Percentages of Color #5abfeb

%62
%19
%0
%8

Triadic Colors of #5abfeb

#5abfeb #eb5abf #bfeb5a

Analogous Colors of #5abfeb

#5abfeb #5a77eb #5aebcf

Monochromatic Colors of #5abfeb

#5abfeb

Complementary Color

#5abfeb #eb865a

#5abfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5abfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5abfeb Color CSS Codes

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

#5abfeb Text Font Color

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

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


#5abfeb Background Color

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

This div background color is #5abfeb


#5abfeb Border Color

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

This div border color is #5abfeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5abfeb


Comments

No comments written yet.

Please login to write comment.