Color Hex Logo

#0e595f Color Hex

#0E595F
(14,89,95)
0 Favorites   0 Comments

Color spaces of #0e595f

RGB 148995
HSL0.510.740.21
HSV184°85°37°
CMYK 0.850.060.00   0.63
XYZ5.81908.064312.0764
Yxy8.06430.22420.3106
Hunter Lab28.3977-13.1194-5.3352
CIE-Lab34.1164-18.9554-9.6848

#0e595f color RGB value is (14,89,95).

#0e595f hex color red value is 14, green value is 89 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #0e595f hue: 0.51 , saturation: 0.74 and the lightness value of 0e595f is 0.21.

The process color (four color CMYK) of #0e595f color hex is 0.85, 0.06, 0.00, 0.63. Web safe color of #0e595f is #006666. Color #0e595f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 01011001 01011111
Octal 16 131 137
Decimal 14 89 95
Hex E 59 5F

RGB Percentages of Color #0e595f

%7.07
%44.95
%47.98

CMYK Percentages of Color #0e595f

%85
%6
%0
%63

Triadic Colors of #0e595f

#0e595f #5f0e59 #595f0e

Analogous Colors of #0e595f

#0e595f #0e315f #0e5f3c

Monochromatic Colors of #0e595f

#0e595f

Complementary Color

#0e595f #5f140e

#0e595f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0e595f Color Preview on White Background

Lorem ipsum dolor sit amet.

#0e595f Color CSS Codes

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

#0e595f Text Font Color

<p style="color:#0e595f">Text here</p>

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


#0e595f Background Color

<div style="background-color:#0e595f">
Div content here</div>

This div background color is #0e595f


#0e595f Border Color

<div style="border:3px solid #0e595f">
Div here</div>

This div border color is #0e595f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(14,89,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0e595f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0e595f;
  -webkit-box-shadow: 1px 1px 3px 2px #0e595f;
  box-shadow:         1px 1px 3px 2px #0e595f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(14,89,95, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0e595f


Comments

No comments written yet.

Please login to write comment.