Color Hex Logo

#0eadae Color Hex

#0EADAE
(14,173,174)
0 Favorites   0 Comments

Color spaces of #0eadae

RGB 14173174
HSL0.500.850.37
HSV180°92°68°
CMYK 0.920.010.00   0.32
XYZ22.764733.036545.2213
Yxy33.03650.22530.3270
Hunter Lab57.4774-29.8881-6.4132
CIE-Lab64.1905-35.1369-10.9597

#0eadae color RGB value is (14,173,174).

#0eadae hex color red value is 14, green value is 173 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #0eadae hue: 0.50 , saturation: 0.85 and the lightness value of 0eadae is 0.37.

The process color (four color CMYK) of #0eadae color hex is 0.92, 0.01, 0.00, 0.32. Web safe color of #0eadae is #009999. Color #0eadae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 10101101 10101110
Octal 16 255 256
Decimal 14 173 174
Hex E AD AE

RGB Percentages of Color #0eadae

%3.88
%47.92
%48.20

CMYK Percentages of Color #0eadae

%92
%1
%0
%32

Triadic Colors of #0eadae

#0eadae #ae0ead #adae0e

Analogous Colors of #0eadae

#0eadae #0e5dae #0eae5f

Monochromatic Colors of #0eadae

#0eadae

Complementary Color

#0eadae #ae0f0e

#0eadae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0eadae Color Preview on White Background

Lorem ipsum dolor sit amet.

#0eadae Color CSS Codes

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

#0eadae Text Font Color

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

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


#0eadae Background Color

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

This div background color is #0eadae


#0eadae Border Color

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

This div border color is #0eadae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0eadae


Comments

No comments written yet.

Please login to write comment.