Color Hex Logo

#5ea1be Color Hex

#5EA1BE
(94,161,190)
0 Favorites   0 Comments

Color spaces of #5ea1be

RGB 94161190
HSL0.550.420.56
HSV198°51°75°
CMYK 0.510.150.00   0.25
XYZ26.655231.587153.4072
Yxy31.58710.23870.2829
Hunter Lab56.2024-13.6967-16.9996
CIE-Lab63.0001-13.2391-21.5213

#5ea1be color RGB value is (94,161,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 10100001 10111110
Octal 136 241 276
Decimal 94 161 190
Hex 5E A1 BE

RGB Percentages of Color #5ea1be

%21.12
%36.18
%42.70

CMYK Percentages of Color #5ea1be

%51
%15
%0
%25

Triadic Colors of #5ea1be

#5ea1be #be5ea1 #a1be5e

Analogous Colors of #5ea1be

#5ea1be #5e71be #5ebeab

Monochromatic Colors of #5ea1be

#5ea1be

Complementary Color

#5ea1be #be7b5e

#5ea1be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ea1be Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ea1be Color CSS Codes

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

#5ea1be Text Font Color

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

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


#5ea1be Background Color

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

This div background color is #5ea1be


#5ea1be Border Color

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

This div border color is #5ea1be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ea1be


Comments

No comments written yet.

Please login to write comment.