Color Hex Logo

#5eadd2 Color Hex

#5EADD2
(94,173,210)
0 Favorites   0 Comments

Color spaces of #5eadd2

RGB 94173210
HSL0.550.560.60
HSV199°55°82°
CMYK 0.550.180.00   0.18
XYZ31.192536.920066.4550
Yxy36.92000.23180.2744
Hunter Lab60.7618-14.6990-22.3120
CIE-Lab67.2170-13.8091-26.1719

#5eadd2 color RGB value is (94,173,210).

#5eadd2 hex color red value is 94, green value is 173 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #5eadd2 hue: 0.55 , saturation: 0.56 and the lightness value of 5eadd2 is 0.60.

The process color (four color CMYK) of #5eadd2 color hex is 0.55, 0.18, 0.00, 0.18. Web safe color of #5eadd2 is #6699cc. Color #5eadd2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 10101101 11010010
Octal 136 255 322
Decimal 94 173 210
Hex 5E AD D2

RGB Percentages of Color #5eadd2

%19.71
%36.27
%44.03

CMYK Percentages of Color #5eadd2

%55
%18
%0
%18

Triadic Colors of #5eadd2

#5eadd2 #d25ead #add25e

Analogous Colors of #5eadd2

#5eadd2 #5e73d2 #5ed2bd

Monochromatic Colors of #5eadd2

#5eadd2

Complementary Color

#5eadd2 #d2835e

#5eadd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eadd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eadd2 Color CSS Codes

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

#5eadd2 Text Font Color

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

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


#5eadd2 Background Color

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

This div background color is #5eadd2


#5eadd2 Border Color

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

This div border color is #5eadd2


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(94,173,210, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eadd2


Comments

No comments written yet.

Please login to write comment.