Color Hex Logo

#5eacbf Color Hex

#5EACBF
(94,172,191)
0 Favorites   0 Comments

Color spaces of #5eacbf

RGB 94172191
HSL0.530.430.56
HSV192°51°75°
CMYK 0.510.100.00   0.25
XYZ28.772635.646354.6542
Yxy35.64630.24160.2994
Hunter Lab59.7045-18.4608-12.4816
CIE-Lab66.2488-18.7957-17.1383

#5eacbf color RGB value is (94,172,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 10101100 10111111
Octal 136 254 277
Decimal 94 172 191
Hex 5E AC BF

RGB Percentages of Color #5eacbf

%20.57
%37.64
%41.79

CMYK Percentages of Color #5eacbf

%51
%10
%0
%25

Triadic Colors of #5eacbf

#5eacbf #bf5eac #acbf5e

Analogous Colors of #5eacbf

#5eacbf #5e7cbf #5ebfa2

Monochromatic Colors of #5eacbf

#5eacbf

Complementary Color

#5eacbf #bf715e

#5eacbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eacbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eacbf Color CSS Codes

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

#5eacbf Text Font Color

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

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


#5eacbf Background Color

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

This div background color is #5eacbf


#5eacbf Border Color

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

This div border color is #5eacbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eacbf


Comments

No comments written yet.

Please login to write comment.