Color Hex Logo

#5eabdc Color Hex

#5EABDC
(94,171,220)
0 Favorites   0 Comments

Color spaces of #5eabdc

RGB 94171220
HSL0.560.640.62
HSV203°57°86°
CMYK 0.570.220.00   0.14
XYZ32.097336.672873.0970
Yxy36.67280.22620.2585
Hunter Lab60.5581-11.3671-29.1757
CIE-Lab67.0308-9.7038-31.9664

#5eabdc color RGB value is (94,171,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 10101011 11011100
Octal 136 253 334
Decimal 94 171 220
Hex 5E AB DC

RGB Percentages of Color #5eabdc

%19.38
%35.26
%45.36

CMYK Percentages of Color #5eabdc

%57
%22
%0
%14

Triadic Colors of #5eabdc

#5eabdc #dc5eab #abdc5e

Analogous Colors of #5eabdc

#5eabdc #5e6cdc #5edcce

Monochromatic Colors of #5eabdc

#5eabdc

Complementary Color

#5eabdc #dc8f5e

#5eabdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eabdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eabdc Color CSS Codes

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

#5eabdc Text Font Color

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

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


#5eabdc Background Color

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

This div background color is #5eabdc


#5eabdc Border Color

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

This div border color is #5eabdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eabdc


Comments

No comments written yet.

Please login to write comment.