Color Hex Logo

#5abcfd Color Hex

#5ABCFD
(90,188,253)
0 Favorites   0 Comments

Color spaces of #5abcfd

RGB 90188253
HSL0.570.980.67
HSV204°64°99°
CMYK 0.640.260.00   0.01
XYZ39.929345.231999.5546
Yxy45.23190.21620.2449
Hunter Lab67.2547-11.7197-40.6865
CIE-Lab73.0443-9.3383-40.5924

#5abcfd color RGB value is (90,188,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 10111100 11111101
Octal 132 274 375
Decimal 90 188 253
Hex 5A BC FD

RGB Percentages of Color #5abcfd

%16.95
%35.40
%47.65

CMYK Percentages of Color #5abcfd

%64
%26
%0
%1

Triadic Colors of #5abcfd

#5abcfd #fd5abc #bcfd5a

Analogous Colors of #5abcfd

#5abcfd #5a6bfd #5afded

Monochromatic Colors of #5abcfd

#5abcfd

Complementary Color

#5abcfd #fd9b5a

#5abcfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5abcfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5abcfd Color CSS Codes

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

#5abcfd Text Font Color

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

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


#5abcfd Background Color

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

This div background color is #5abcfd


#5abcfd Border Color

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

This div border color is #5abcfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5abcfd

Related Colors


Comments

No comments written yet.

Please login to write comment.