Color Hex Logo

#0eceae Color Hex

#0ECEAE
(14,206,174)
0 Favorites   0 Comments

Color spaces of #0eceae

RGB 14206174
HSL0.470.870.43
HSV170°93°81°
CMYK 0.930.000.16   0.19
XYZ29.892447.292047.5972
Yxy47.29200.23960.3790
Hunter Lab68.7692-42.75627.1020
CIE-Lab74.3762-49.52754.0331

#0eceae color RGB value is (14,206,174).

#0eceae hex color red value is 14, green value is 206 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #0eceae hue: 0.47 , saturation: 0.87 and the lightness value of 0eceae is 0.43.

The process color (four color CMYK) of #0eceae color hex is 0.93, 0.00, 0.16, 0.19. Web safe color of #0eceae is #00cc99. Color #0eceae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 11001110 10101110
Octal 16 316 256
Decimal 14 206 174
Hex E CE AE

RGB Percentages of Color #0eceae

%3.55
%52.28
%44.16

CMYK Percentages of Color #0eceae

%93
%0
%16
%19

Triadic Colors of #0eceae

#0eceae #ae0ece #ceae0e

Analogous Colors of #0eceae

#0eceae #0e8ece #0ece4e

Monochromatic Colors of #0eceae

#0eceae

Complementary Color

#0eceae #ce0e2e

#0eceae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0eceae Color Preview on White Background

Lorem ipsum dolor sit amet.

#0eceae Color CSS Codes

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

#0eceae Text Font Color

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

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


#0eceae Background Color

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

This div background color is #0eceae


#0eceae Border Color

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

This div border color is #0eceae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(14,206,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 #0eceae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0eceae


Comments

No comments written yet.

Please login to write comment.