Color Hex Logo

#0ea784 Color Hex

#0EA784
(14,167,132)
0 Favorites   0 Comments

Color spaces of #0ea784

RGB 14167132
HSL0.460.850.35
HSV166°92°65°
CMYK 0.920.000.21   0.35
XYZ18.164729.396726.5466
Yxy29.39670.24510.3967
Hunter Lab54.2187-35.08068.9235
CIE-Lab61.1302-44.45268.0397

#0ea784 color RGB value is (14,167,132).

#0ea784 hex color red value is 14, green value is 167 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #0ea784 hue: 0.46 , saturation: 0.85 and the lightness value of 0ea784 is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 10100111 10000100
Octal 16 247 204
Decimal 14 167 132
Hex E A7 84

RGB Percentages of Color #0ea784

%4.47
%53.35
%42.17

CMYK Percentages of Color #0ea784

%92
%0
%21
%35

Triadic Colors of #0ea784

#0ea784 #840ea7 #a7840e

Analogous Colors of #0ea784

#0ea784 #0e7ea7 #0ea738

Monochromatic Colors of #0ea784

#0ea784

Complementary Color

#0ea784 #a70e31

#0ea784 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ea784 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ea784 Color CSS Codes

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

#0ea784 Text Font Color

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

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


#0ea784 Background Color

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

This div background color is #0ea784


#0ea784 Border Color

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

This div border color is #0ea784


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ea784


Comments

No comments written yet.

Please login to write comment.