Color Hex Logo

#5abdfd Color Hex

#5ABDFD
(90,189,253)
0 Favorites   0 Comments

Color spaces of #5abdfd

RGB 90189253
HSL0.570.980.67
HSV204°64°99°
CMYK 0.640.250.00   0.01
XYZ40.143745.660799.6261
Yxy45.66070.21650.2462
Hunter Lab67.5727-12.2087-40.1136
CIE-Lab73.3248-9.8782-40.1552

#5abdfd color RGB value is (90,189,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 10111101 11111101
Octal 132 275 375
Decimal 90 189 253
Hex 5A BD FD

RGB Percentages of Color #5abdfd

%16.92
%35.53
%47.56

CMYK Percentages of Color #5abdfd

%64
%25
%0
%1

Triadic Colors of #5abdfd

#5abdfd #fd5abd #bdfd5a

Analogous Colors of #5abdfd

#5abdfd #5a6cfd #5afdec

Monochromatic Colors of #5abdfd

#5abdfd

Complementary Color

#5abdfd #fd9a5a

#5abdfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5abdfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5abdfd Color CSS Codes

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

#5abdfd Text Font Color

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

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


#5abdfd Background Color

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

This div background color is #5abdfd


#5abdfd Border Color

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

This div border color is #5abdfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5abdfd


Comments

No comments written yet.

Please login to write comment.