Color Hex Logo

#0ea066 Color Hex

#0EA066
(14,160,102)
0 Favorites   0 Comments

Color spaces of #0ea066

RGB 14160102
HSL0.430.840.34
HSV156°91°63°
CMYK 0.910.000.36   0.37
XYZ15.150226.194316.8279
Yxy26.19430.26040.4503
Hunter Lab51.1804-36.726816.3319
CIE-Lab58.2210-48.817920.6376

#0ea066 color RGB value is (14,160,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 10100000 01100110
Octal 16 240 146
Decimal 14 160 102
Hex E A0 66

RGB Percentages of Color #0ea066

%5.07
%57.97
%36.96

CMYK Percentages of Color #0ea066

%91
%0
%36
%37

Triadic Colors of #0ea066

#0ea066 #660ea0 #a0660e

Analogous Colors of #0ea066

#0ea066 #0e91a0 #0ea01d

Monochromatic Colors of #0ea066

#0ea066

Complementary Color

#0ea066 #a00e48

#0ea066 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ea066 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ea066 Color CSS Codes

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

#0ea066 Text Font Color

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

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


#0ea066 Background Color

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

This div background color is #0ea066


#0ea066 Border Color

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

This div border color is #0ea066


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ea066


Comments

No comments written yet.

Please login to write comment.