Color Hex Logo

#5dabfe Color Hex

#5DABFE
(93,171,254)
0 Favorites   0 Comments

Color spaces of #5dabfe

RGB 93171254
HSL0.590.990.68
HSV211°63°100°
CMYK 0.630.330.00   0.00
XYZ36.966538.608799.2698
Yxy38.60870.21140.2208
Hunter Lab62.1359-2.5428-51.2280
CIE-Lab68.46690.8910-48.2993

#5dabfe color RGB value is (93,171,254).

#5dabfe hex color red value is 93, green value is 171 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #5dabfe hue: 0.59 , saturation: 0.99 and the lightness value of 5dabfe is 0.68.

The process color (four color CMYK) of #5dabfe color hex is 0.63, 0.33, 0.00, 0.00. Web safe color of #5dabfe is #6699ff. Color #5dabfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 10101011 11111110
Octal 135 253 376
Decimal 93 171 254
Hex 5D AB FE

RGB Percentages of Color #5dabfe

%17.95
%33.01
%49.03

CMYK Percentages of Color #5dabfe

%63
%33
%0
%0

Triadic Colors of #5dabfe

#5dabfe #fe5dab #abfe5d

Analogous Colors of #5dabfe

#5dabfe #605dfe #5dfcfe

Monochromatic Colors of #5dabfe

#5dabfe

Complementary Color

#5dabfe #feb05d

#5dabfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dabfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dabfe Color CSS Codes

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

#5dabfe Text Font Color

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

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


#5dabfe Background Color

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

This div background color is #5dabfe


#5dabfe Border Color

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

This div border color is #5dabfe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(93,171,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5dabfe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5dabfe;
  -webkit-box-shadow: 1px 1px 3px 2px #5dabfe;
  box-shadow:         1px 1px 3px 2px #5dabfe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(93,171,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dabfe


Comments

No comments written yet.

Please login to write comment.