Color Hex Logo

#5dacf5 Color Hex

#5DACF5
(93,172,245)
0 Favorites   0 Comments

Color spaces of #5dacf5

RGB 93172245
HSL0.580.880.66
HSV209°62°96°
CMYK 0.620.300.00   0.04
XYZ35.748238.424891.9188
Yxy38.42480.21520.2313
Hunter Lab61.9877-5.5380-44.5270
CIE-Lab68.3325-2.5843-43.6207

#5dacf5 color RGB value is (93,172,245).

#5dacf5 hex color red value is 93, green value is 172 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #5dacf5 hue: 0.58 , saturation: 0.88 and the lightness value of 5dacf5 is 0.66.

The process color (four color CMYK) of #5dacf5 color hex is 0.62, 0.30, 0.00, 0.04. Web safe color of #5dacf5 is #6699ff. Color #5dacf5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 10101100 11110101
Octal 135 254 365
Decimal 93 172 245
Hex 5D AC F5

RGB Percentages of Color #5dacf5

%18.24
%33.73
%48.04

CMYK Percentages of Color #5dacf5

%62
%30
%0
%4

Triadic Colors of #5dacf5

#5dacf5 #f55dac #acf55d

Analogous Colors of #5dacf5

#5dacf5 #5d60f5 #5df5f2

Monochromatic Colors of #5dacf5

#5dacf5

Complementary Color

#5dacf5 #f5a65d

#5dacf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dacf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dacf5 Color CSS Codes

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

#5dacf5 Text Font Color

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

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


#5dacf5 Background Color

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

This div background color is #5dacf5


#5dacf5 Border Color

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

This div border color is #5dacf5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dacf5


Comments

No comments written yet.

Please login to write comment.