Color Hex Logo

#0eb590 Color Hex

#0EB590
(14,181,144)
0 Favorites   0 Comments

Color spaces of #0eb590

RGB 14181144
HSL0.460.860.38
HSV167°92°71°
CMYK 0.920.000.20   0.29
XYZ21.739035.154732.0253
Yxy35.15470.24450.3954
Hunter Lab59.2914-38.31359.4794
CIE-Lab65.8689-47.10718.1464

#0eb590 color RGB value is (14,181,144).

#0eb590 hex color red value is 14, green value is 181 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #0eb590 hue: 0.46 , saturation: 0.86 and the lightness value of 0eb590 is 0.38.

The process color (four color CMYK) of #0eb590 color hex is 0.92, 0.00, 0.20, 0.29. Web safe color of #0eb590 is #00cc99. Color #0eb590 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 10110101 10010000
Octal 16 265 220
Decimal 14 181 144
Hex E B5 90

RGB Percentages of Color #0eb590

%4.13
%53.39
%42.48

CMYK Percentages of Color #0eb590

%92
%0
%20
%29

Triadic Colors of #0eb590

#0eb590 #900eb5 #b5900e

Analogous Colors of #0eb590

#0eb590 #0e87b5 #0eb53c

Monochromatic Colors of #0eb590

#0eb590

Complementary Color

#0eb590 #b50e33

#0eb590 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0eb590 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0eb590 Color CSS Codes

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

#0eb590 Text Font Color

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

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


#0eb590 Background Color

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

This div background color is #0eb590


#0eb590 Border Color

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

This div border color is #0eb590


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(14,181,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 #0eb590">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0eb590


Comments

No comments written yet.

Please login to write comment.