Color Hex Logo

#0ea590 Color Hex

#0EA590
(14,165,144)
0 Favorites   0 Comments

Color spaces of #0ea590

RGB 14165144
HSL0.480.840.35
HSV172°92°65°
CMYK 0.920.000.13   0.35
XYZ18.670329.017231.0024
Yxy29.01720.23730.3688
Hunter Lab53.8676-32.40093.5842
CIE-Lab60.7968-40.36810.8328

#0ea590 color RGB value is (14,165,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 10100101 10010000
Octal 16 245 220
Decimal 14 165 144
Hex E A5 90

RGB Percentages of Color #0ea590

%4.33
%51.08
%44.58

CMYK Percentages of Color #0ea590

%92
%0
%13
%35

Triadic Colors of #0ea590

#0ea590 #900ea5 #a5900e

Analogous Colors of #0ea590

#0ea590 #0e6fa5 #0ea545

Monochromatic Colors of #0ea590

#0ea590

Complementary Color

#0ea590 #a50e23

#0ea590 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ea590 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ea590 Color CSS Codes

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

#0ea590 Text Font Color

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

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


#0ea590 Background Color

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

This div background color is #0ea590


#0ea590 Border Color

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

This div border color is #0ea590


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ea590


Comments

No comments written yet.

Please login to write comment.