Color Hex Logo

#5abbfd Color Hex

#5ABBFD
(90,187,253)
0 Favorites   0 Comments

Color spaces of #5abbfd

RGB 90187253
HSL0.570.980.67
HSV204°64°99°
CMYK 0.640.260.00   0.01
XYZ39.716444.806299.4837
Yxy44.80620.21580.2435
Hunter Lab66.9374-11.2300-41.2617
CIE-Lab72.7641-8.7971-41.0294

#5abbfd color RGB value is (90,187,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 10111011 11111101
Octal 132 273 375
Decimal 90 187 253
Hex 5A BB FD

RGB Percentages of Color #5abbfd

%16.98
%35.28
%47.74

CMYK Percentages of Color #5abbfd

%64
%26
%0
%1

Triadic Colors of #5abbfd

#5abbfd #fd5abb #bbfd5a

Analogous Colors of #5abbfd

#5abbfd #5a6afd #5afdee

Monochromatic Colors of #5abbfd

#5abbfd

Complementary Color

#5abbfd #fd9c5a

#5abbfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5abbfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5abbfd Color CSS Codes

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

#5abbfd Text Font Color

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

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


#5abbfd Background Color

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

This div background color is #5abbfd


#5abbfd Border Color

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

This div border color is #5abbfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5abbfd

Related Colors


Comments

No comments written yet.

Please login to write comment.