Color Hex Logo

#5daeec Color Hex

#5DAEEC
(93,174,236)
0 Favorites   0 Comments

Color spaces of #5daeec

RGB 93174236
HSL0.570.790.65
HSV206°61°93°
CMYK 0.610.260.00   0.07
XYZ34.790638.655484.9845
Yxy38.65540.21960.2440
Hunter Lab62.1735-8.9198-37.5217
CIE-Lab68.5009-6.5619-38.4523

#5daeec color RGB value is (93,174,236).

#5daeec hex color red value is 93, green value is 174 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #5daeec hue: 0.57 , saturation: 0.79 and the lightness value of 5daeec is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 10101110 11101100
Octal 135 256 354
Decimal 93 174 236
Hex 5D AE EC

RGB Percentages of Color #5daeec

%18.49
%34.59
%46.92

CMYK Percentages of Color #5daeec

%61
%26
%0
%7

Triadic Colors of #5daeec

#5daeec #ec5dae #aeec5d

Analogous Colors of #5daeec

#5daeec #5d67ec #5dece3

Monochromatic Colors of #5daeec

#5daeec

Complementary Color

#5daeec #ec9b5d

#5daeec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5daeec Color Preview on White Background

Lorem ipsum dolor sit amet.

#5daeec Color CSS Codes

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

#5daeec Text Font Color

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

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


#5daeec Background Color

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

This div background color is #5daeec


#5daeec Border Color

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

This div border color is #5daeec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5daeec


Comments

No comments written yet.

Please login to write comment.