Color Hex Logo

#0ea595 Color Hex

#0EA595
(14,165,149)
0 Favorites   0 Comments

Color spaces of #0ea595

RGB 14165149
HSL0.480.840.35
HSV174°92°65°
CMYK 0.920.000.10   0.35
XYZ19.061129.173633.0602
Yxy29.17360.23450.3589
Hunter Lab54.0126-31.52921.5184
CIE-Lab60.9345-38.9478-1.7788

#0ea595 color RGB value is (14,165,149).

#0ea595 hex color red value is 14, green value is 165 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #0ea595 hue: 0.48 , saturation: 0.84 and the lightness value of 0ea595 is 0.35.

The process color (four color CMYK) of #0ea595 color hex is 0.92, 0.00, 0.10, 0.35. Web safe color of #0ea595 is #009999. Color #0ea595 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 10100101 10010101
Octal 16 245 225
Decimal 14 165 149
Hex E A5 95

RGB Percentages of Color #0ea595

%4.27
%50.30
%45.43

CMYK Percentages of Color #0ea595

%92
%0
%10
%35

Triadic Colors of #0ea595

#0ea595 #950ea5 #a5950e

Analogous Colors of #0ea595

#0ea595 #0e6aa5 #0ea54a

Monochromatic Colors of #0ea595

#0ea595

Complementary Color

#0ea595 #a50e1e

#0ea595 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ea595 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ea595 Color CSS Codes

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

#0ea595 Text Font Color

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

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


#0ea595 Background Color

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

This div background color is #0ea595


#0ea595 Border Color

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

This div border color is #0ea595


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ea595


Comments

No comments written yet.

Please login to write comment.