Color Hex Logo

#5eabbd Color Hex

#5EABBD
(94,171,189)
0 Favorites   0 Comments

Color spaces of #5eabbd

RGB 94171189
HSL0.530.420.55
HSV191°50°74°
CMYK 0.500.100.00   0.26
XYZ28.364335.179653.4395
Yxy35.17960.24250.3007
Hunter Lab59.3124-18.4346-11.9006
CIE-Lab65.8883-18.8373-16.5735

#5eabbd color RGB value is (94,171,189).

#5eabbd hex color red value is 94, green value is 171 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #5eabbd hue: 0.53 , saturation: 0.42 and the lightness value of 5eabbd is 0.55.

The process color (four color CMYK) of #5eabbd color hex is 0.50, 0.10, 0.00, 0.26. Web safe color of #5eabbd is #6699cc. Color #5eabbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 10101011 10111101
Octal 136 253 275
Decimal 94 171 189
Hex 5E AB BD

RGB Percentages of Color #5eabbd

%20.70
%37.67
%41.63

CMYK Percentages of Color #5eabbd

%50
%10
%0
%26

Triadic Colors of #5eabbd

#5eabbd #bd5eab #abbd5e

Analogous Colors of #5eabbd

#5eabbd #5e7cbd #5ebda0

Monochromatic Colors of #5eabbd

#5eabbd

Complementary Color

#5eabbd #bd705e

#5eabbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eabbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eabbd Color CSS Codes

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

#5eabbd Text Font Color

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

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


#5eabbd Background Color

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

This div background color is #5eabbd


#5eabbd Border Color

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

This div border color is #5eabbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eabbd


Comments

No comments written yet.

Please login to write comment.