Color Hex Logo

#5eacbd Color Hex

#5EACBD
(94,172,189)
0 Favorites   0 Comments

Color spaces of #5eacbd

RGB 94172189
HSL0.530.420.55
HSV191°50°74°
CMYK 0.500.090.00   0.26
XYZ28.553935.558953.5027
Yxy35.55890.24280.3023
Hunter Lab59.6313-18.8816-11.4546
CIE-Lab66.1815-19.3585-16.1301

#5eacbd color RGB value is (94,172,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 10101100 10111101
Octal 136 254 275
Decimal 94 172 189
Hex 5E AC BD

RGB Percentages of Color #5eacbd

%20.66
%37.80
%41.54

CMYK Percentages of Color #5eacbd

%50
%9
%0
%26

Triadic Colors of #5eacbd

#5eacbd #bd5eac #acbd5e

Analogous Colors of #5eacbd

#5eacbd #5e7dbd #5ebd9f

Monochromatic Colors of #5eacbd

#5eacbd

Complementary Color

#5eacbd #bd6f5e

#5eacbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eacbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eacbd Color CSS Codes

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

#5eacbd Text Font Color

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

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


#5eacbd Background Color

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

This div background color is #5eacbd


#5eacbd Border Color

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

This div border color is #5eacbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(94,172,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 #5eacbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eacbd

#5eacbd Color Palettes


Comments

No comments written yet.

Please login to write comment.