Color Hex Logo

#5dbafe Color Hex

#5DBAFE
(93,186,254)
0 Favorites   0 Comments

Color spaces of #5dbafe

RGB 93186254
HSL0.570.990.68
HSV205°63°100°
CMYK 0.630.270.00   0.00
XYZ39.962544.6007100.2685
Yxy44.60070.21620.2413
Hunter Lab66.7838-10.0596-42.2688
CIE-Lab72.6282-7.4408-41.7728

#5dbafe color RGB value is (93,186,254).

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

The process color (four color CMYK) of #5dbafe color hex is 0.63, 0.27, 0.00, 0.00. Web safe color of #5dbafe is #66ccff. Color #5dbafe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 10111010 11111110
Octal 135 272 376
Decimal 93 186 254
Hex 5D BA FE

RGB Percentages of Color #5dbafe

%17.45
%34.90
%47.65

CMYK Percentages of Color #5dbafe

%63
%27
%0
%0

Triadic Colors of #5dbafe

#5dbafe #fe5dba #bafe5d

Analogous Colors of #5dbafe

#5dbafe #5d6afe #5dfef2

Monochromatic Colors of #5dbafe

#5dbafe

Complementary Color

#5dbafe #fea15d

#5dbafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dbafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dbafe Color CSS Codes

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

#5dbafe Text Font Color

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

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


#5dbafe Background Color

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

This div background color is #5dbafe


#5dbafe Border Color

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

This div border color is #5dbafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dbafe


Comments

No comments written yet.

Please login to write comment.