Color Hex Logo

#5eadec Color Hex

#5EADEC
(94,173,236)
0 Favorites   0 Comments

Color spaces of #5eadec

RGB 94173236
HSL0.570.790.65
HSV207°60°93°
CMYK 0.600.270.00   0.07
XYZ34.700038.323084.9251
Yxy38.32300.21970.2426
Hunter Lab61.9056-8.2799-38.0030
CIE-Lab68.2580-5.8256-38.8282

#5eadec color RGB value is (94,173,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 10101101 11101100
Octal 136 255 354
Decimal 94 173 236
Hex 5E AD EC

RGB Percentages of Color #5eadec

%18.69
%34.39
%46.92

CMYK Percentages of Color #5eadec

%60
%27
%0
%7

Triadic Colors of #5eadec

#5eadec #ec5ead #adec5e

Analogous Colors of #5eadec

#5eadec #5e66ec #5eece4

Monochromatic Colors of #5eadec

#5eadec

Complementary Color

#5eadec #ec9d5e

#5eadec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eadec Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eadec Color CSS Codes

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

#5eadec Text Font Color

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

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


#5eadec Background Color

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

This div background color is #5eadec


#5eadec Border Color

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

This div border color is #5eadec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eadec


Comments

No comments written yet.

Please login to write comment.