Color Hex Logo

#5eabdb Color Hex

#5EABDB
(94,171,219)
0 Favorites   0 Comments

Color spaces of #5eabdb

RGB 94171219
HSL0.560.630.61
HSV203°57°86°
CMYK 0.570.220.00   0.14
XYZ31.965236.620072.4015
Yxy36.62000.22670.2597
Hunter Lab60.5145-11.6123-28.5764
CIE-Lab66.9910-10.0103-31.4779

#5eabdb color RGB value is (94,171,219).

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

The process color (four color CMYK) of #5eabdb color hex is 0.57, 0.22, 0.00, 0.14. Web safe color of #5eabdb is #6699cc. Color #5eabdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 10101011 11011011
Octal 136 253 333
Decimal 94 171 219
Hex 5E AB DB

RGB Percentages of Color #5eabdb

%19.42
%35.33
%45.25

CMYK Percentages of Color #5eabdb

%57
%22
%0
%14

Triadic Colors of #5eabdb

#5eabdb #db5eab #abdb5e

Analogous Colors of #5eabdb

#5eabdb #5e6ddb #5edbcd

Monochromatic Colors of #5eabdb

#5eabdb

Complementary Color

#5eabdb #db8e5e

#5eabdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eabdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eabdb Color CSS Codes

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

#5eabdb Text Font Color

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

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


#5eabdb Background Color

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

This div background color is #5eabdb


#5eabdb Border Color

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

This div border color is #5eabdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eabdb


Comments

No comments written yet.

Please login to write comment.