Color Hex Logo

#0ea064 Color Hex

#0EA064
(14,160,100)
0 Favorites   0 Comments

Color spaces of #0ea064

RGB 14160100
HSL0.430.840.34
HSV155°91°63°
CMYK 0.910.000.38   0.37
XYZ15.052226.155116.3117
Yxy26.15510.26170.4547
Hunter Lab51.1421-36.962216.8890
CIE-Lab58.1840-49.244021.6826

#0ea064 color RGB value is (14,160,100).

#0ea064 hex color red value is 14, green value is 160 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #0ea064 hue: 0.43 , saturation: 0.84 and the lightness value of 0ea064 is 0.34.

The process color (four color CMYK) of #0ea064 color hex is 0.91, 0.00, 0.38, 0.37. Web safe color of #0ea064 is #009966. Color #0ea064 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 10100000 01100100
Octal 16 240 144
Decimal 14 160 100
Hex E A0 64

RGB Percentages of Color #0ea064

%5.11
%58.39
%36.50

CMYK Percentages of Color #0ea064

%91
%0
%38
%37

Triadic Colors of #0ea064

#0ea064 #640ea0 #a0640e

Analogous Colors of #0ea064

#0ea064 #0e93a0 #0ea01b

Monochromatic Colors of #0ea064

#0ea064

Complementary Color

#0ea064 #a00e4a

#0ea064 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ea064 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ea064 Color CSS Codes

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

#0ea064 Text Font Color

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

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


#0ea064 Background Color

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

This div background color is #0ea064


#0ea064 Border Color

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

This div border color is #0ea064


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ea064


Comments

No comments written yet.

Please login to write comment.