Color Hex Logo

#0ea685 Color Hex

#0EA685
(14,166,133)
0 Favorites   0 Comments

Color spaces of #0ea685

RGB 14166133
HSL0.460.840.35
HSV167°92°65°
CMYK 0.920.000.20   0.35
XYZ18.051029.059326.8479
Yxy29.05930.24410.3929
Hunter Lab53.9067-34.56488.2056
CIE-Lab60.8339-43.77807.0581

#0ea685 color RGB value is (14,166,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 10100110 10000101
Octal 16 246 205
Decimal 14 166 133
Hex E A6 85

RGB Percentages of Color #0ea685

%4.47
%53.04
%42.49

CMYK Percentages of Color #0ea685

%92
%0
%20
%35

Triadic Colors of #0ea685

#0ea685 #850ea6 #a6850e

Analogous Colors of #0ea685

#0ea685 #0e7ba6 #0ea639

Monochromatic Colors of #0ea685

#0ea685

Complementary Color

#0ea685 #a60e2f

#0ea685 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ea685 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ea685 Color CSS Codes

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

#0ea685 Text Font Color

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

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


#0ea685 Background Color

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

This div background color is #0ea685


#0ea685 Border Color

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

This div border color is #0ea685


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ea685


Comments

No comments written yet.

Please login to write comment.