Color Hex Logo

#5e9088 Color Hex

#5E9088
(94,144,136)
0 Favorites   0 Comments

Color spaces of #5e9088

RGB 94144136
HSL0.470.210.47
HSV170°35°56°
CMYK 0.350.000.06   0.44
XYZ19.033324.103826.9419
Yxy24.10380.27160.3440
Hunter Lab49.0956-16.71681.8307
CIE-Lab56.1916-18.6463-1.0922

#5e9088 color RGB value is (94,144,136).

#5e9088 hex color red value is 94, green value is 144 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #5e9088 hue: 0.47 , saturation: 0.21 and the lightness value of 5e9088 is 0.47.

The process color (four color CMYK) of #5e9088 color hex is 0.35, 0.00, 0.06, 0.44. Web safe color of #5e9088 is #669999. Color #5e9088 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 10010000 10001000
Octal 136 220 210
Decimal 94 144 136
Hex 5E 90 88

RGB Percentages of Color #5e9088

%25.13
%38.50
%36.36

CMYK Percentages of Color #5e9088

%35
%0
%6
%44

Triadic Colors of #5e9088

#5e9088 #885e90 #90885e

Analogous Colors of #5e9088

#5e9088 #5e7f90 #5e906f

Monochromatic Colors of #5e9088

#5e9088

Complementary Color

#5e9088 #905e66

#5e9088 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5e9088 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5e9088 Color CSS Codes

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

#5e9088 Text Font Color

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

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


#5e9088 Background Color

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

This div background color is #5e9088


#5e9088 Border Color

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

This div border color is #5e9088


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5e9088


Comments

No comments written yet.

Please login to write comment.