Color Hex Logo

#5abefd Color Hex

#5ABEFD
(90,190,253)
0 Favorites   0 Comments

Color spaces of #5abefd

RGB 90190253
HSL0.560.980.67
HSV203°64°99°
CMYK 0.640.250.00   0.01
XYZ40.359546.092499.6981
Yxy46.09240.21680.2476
Hunter Lab67.8914-12.6967-39.5430
CIE-Lab73.6055-10.4168-39.7181

#5abefd color RGB value is (90,190,253).

#5abefd hex color red value is 90, green value is 190 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #5abefd hue: 0.56 , saturation: 0.98 and the lightness value of 5abefd is 0.67.

The process color (four color CMYK) of #5abefd color hex is 0.64, 0.25, 0.00, 0.01. Web safe color of #5abefd is #66ccff. Color #5abefd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 10111110 11111101
Octal 132 276 375
Decimal 90 190 253
Hex 5A BE FD

RGB Percentages of Color #5abefd

%16.89
%35.65
%47.47

CMYK Percentages of Color #5abefd

%64
%25
%0
%1

Triadic Colors of #5abefd

#5abefd #fd5abe #befd5a

Analogous Colors of #5abefd

#5abefd #5a6dfd #5afdeb

Monochromatic Colors of #5abefd

#5abefd

Complementary Color

#5abefd #fd995a

#5abefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5abefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5abefd Color CSS Codes

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

#5abefd Text Font Color

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

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


#5abefd Background Color

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

This div background color is #5abefd


#5abefd Border Color

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

This div border color is #5abefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5abefd


Comments

No comments written yet.

Please login to write comment.