Color Hex Logo

#5eaebe Color Hex

#5EAEBE
(94,174,190)
0 Favorites   0 Comments

Color spaces of #5eaebe

RGB 94174190
HSL0.530.420.56
HSV190°51°75°
CMYK 0.510.080.00   0.25
XYZ29.046436.369554.2043
Yxy36.36950.24280.3040
Hunter Lab60.3071-19.5645-11.0751
CIE-Lab66.8013-20.1156-15.7484

#5eaebe color RGB value is (94,174,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 10101110 10111110
Octal 136 256 276
Decimal 94 174 190
Hex 5E AE BE

RGB Percentages of Color #5eaebe

%20.52
%37.99
%41.48

CMYK Percentages of Color #5eaebe

%51
%8
%0
%25

Triadic Colors of #5eaebe

#5eaebe #be5eae #aebe5e

Analogous Colors of #5eaebe

#5eaebe #5e7ebe #5ebe9e

Monochromatic Colors of #5eaebe

#5eaebe

Complementary Color

#5eaebe #be6e5e

#5eaebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eaebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eaebe Color CSS Codes

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

#5eaebe Text Font Color

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

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


#5eaebe Background Color

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

This div background color is #5eaebe


#5eaebe Border Color

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

This div border color is #5eaebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eaebe


Comments

No comments written yet.

Please login to write comment.