Color Hex Logo

#5daceb Color Hex

#5DACEB
(93,172,235)
0 Favorites   0 Comments

Color spaces of #5daceb

RGB 93172235
HSL0.570.780.64
HSV207°60°92°
CMYK 0.600.270.00   0.08
XYZ34.262137.830484.0934
Yxy37.83040.21940.2422
Hunter Lab61.5064-8.2030-38.0085
CIE-Lab67.8954-5.7724-38.8504

#5daceb color RGB value is (93,172,235).

#5daceb hex color red value is 93, green value is 172 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #5daceb hue: 0.57 , saturation: 0.78 and the lightness value of 5daceb is 0.64.

The process color (four color CMYK) of #5daceb color hex is 0.60, 0.27, 0.00, 0.08. Web safe color of #5daceb is #6699ff. Color #5daceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 10101100 11101011
Octal 135 254 353
Decimal 93 172 235
Hex 5D AC EB

RGB Percentages of Color #5daceb

%18.60
%34.40
%47.00

CMYK Percentages of Color #5daceb

%60
%27
%0
%8

Triadic Colors of #5daceb

#5daceb #eb5dac #aceb5d

Analogous Colors of #5daceb

#5daceb #5d65eb #5debe3

Monochromatic Colors of #5daceb

#5daceb

Complementary Color

#5daceb #eb9c5d

#5daceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5daceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5daceb Color CSS Codes

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

#5daceb Text Font Color

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

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


#5daceb Background Color

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

This div background color is #5daceb


#5daceb Border Color

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

This div border color is #5daceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5daceb


Comments

No comments written yet.

Please login to write comment.