Color Hex Logo

#5daaef Color Hex

#5DAAEF
(93,170,239)
0 Favorites   0 Comments

Color spaces of #5daaef

RGB 93170239
HSL0.580.820.65
HSV208°61°94°
CMYK 0.610.290.00   0.06
XYZ34.468937.308687.0459
Yxy37.30860.21700.2349
Hunter Lab61.0808-6.1608-41.7374
CIE-Lab67.5079-3.3876-41.6414

#5daaef color RGB value is (93,170,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 10101010 11101111
Octal 135 252 357
Decimal 93 170 239
Hex 5D AA EF

RGB Percentages of Color #5daaef

%18.53
%33.86
%47.61

CMYK Percentages of Color #5daaef

%61
%29
%0
%6

Triadic Colors of #5daaef

#5daaef #ef5daa #aaef5d

Analogous Colors of #5daaef

#5daaef #5d61ef #5defeb

Monochromatic Colors of #5daaef

#5daaef

Complementary Color

#5daaef #efa25d

#5daaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5daaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#5daaef Color CSS Codes

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

#5daaef Text Font Color

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

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


#5daaef Background Color

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

This div background color is #5daaef


#5daaef Border Color

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

This div border color is #5daaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5daaef


Comments

No comments written yet.

Please login to write comment.