Color Hex Logo

#5dacef Color Hex

#5DACEF
(93,172,239)
0 Favorites   0 Comments

Color spaces of #5dacef

RGB 93172239
HSL0.580.820.65
HSV208°61°94°
CMYK 0.610.280.00   0.06
XYZ34.846738.064287.1719
Yxy38.06420.21770.2378
Hunter Lab61.6962-7.1495-40.5848
CIE-Lab68.0679-4.5034-40.7654

#5dacef color RGB value is (93,172,239).

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

The process color (four color CMYK) of #5dacef color hex is 0.61, 0.28, 0.00, 0.06. Web safe color of #5dacef is #6699ff. Color #5dacef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 10101100 11101111
Octal 135 254 357
Decimal 93 172 239
Hex 5D AC EF

RGB Percentages of Color #5dacef

%18.45
%34.13
%47.42

CMYK Percentages of Color #5dacef

%61
%28
%0
%6

Triadic Colors of #5dacef

#5dacef #ef5dac #acef5d

Analogous Colors of #5dacef

#5dacef #5d63ef #5defe9

Monochromatic Colors of #5dacef

#5dacef

Complementary Color

#5dacef #efa05d

#5dacef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dacef Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dacef Color CSS Codes

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

#5dacef Text Font Color

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

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


#5dacef Background Color

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

This div background color is #5dacef


#5dacef Border Color

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

This div border color is #5dacef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dacef


Comments

No comments written yet.

Please login to write comment.