Color Hex Logo

#5eabd5 Color Hex

#5EABD5
(94,171,213)
0 Favorites   0 Comments

Color spaces of #5eabd5

RGB 94171213
HSL0.560.590.60
HSV201°56°84°
CMYK 0.560.200.00   0.16
XYZ31.189236.309668.3154
Yxy36.30960.22960.2673
Hunter Lab60.2574-13.0591-25.0384
CIE-Lab66.7558-11.8335-28.5356

#5eabd5 color RGB value is (94,171,213).

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

The process color (four color CMYK) of #5eabd5 color hex is 0.56, 0.20, 0.00, 0.16. Web safe color of #5eabd5 is #6699cc. Color #5eabd5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 10101011 11010101
Octal 136 253 325
Decimal 94 171 213
Hex 5E AB D5

RGB Percentages of Color #5eabd5

%19.67
%35.77
%44.56

CMYK Percentages of Color #5eabd5

%56
%20
%0
%16

Triadic Colors of #5eabd5

#5eabd5 #d55eab #abd55e

Analogous Colors of #5eabd5

#5eabd5 #5e70d5 #5ed5c4

Monochromatic Colors of #5eabd5

#5eabd5

Complementary Color

#5eabd5 #d5885e

#5eabd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eabd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eabd5 Color CSS Codes

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

#5eabd5 Text Font Color

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

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


#5eabd5 Background Color

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

This div background color is #5eabd5


#5eabd5 Border Color

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

This div border color is #5eabd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eabd5


Comments

No comments written yet.

Please login to write comment.