Color Hex Logo

#0eceaf Color Hex

#0ECEAF
(14,206,175)
0 Favorites   0 Comments

Color spaces of #0eceaf

RGB 14206175
HSL0.470.870.43
HSV170°93°81°
CMYK 0.930.000.15   0.19
XYZ29.990347.331148.1126
Yxy47.33110.23910.3773
Hunter Lab68.7976-42.58406.6947
CIE-Lab74.4011-49.26403.5301

#0eceaf color RGB value is (14,206,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 11001110 10101111
Octal 16 316 257
Decimal 14 206 175
Hex E CE AF

RGB Percentages of Color #0eceaf

%3.54
%52.15
%44.30

CMYK Percentages of Color #0eceaf

%93
%0
%15
%19

Triadic Colors of #0eceaf

#0eceaf #af0ece #ceaf0e

Analogous Colors of #0eceaf

#0eceaf #0e8dce #0ece4f

Monochromatic Colors of #0eceaf

#0eceaf

Complementary Color

#0eceaf #ce0e2d

#0eceaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0eceaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#0eceaf Color CSS Codes

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

#0eceaf Text Font Color

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

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


#0eceaf Background Color

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

This div background color is #0eceaf


#0eceaf Border Color

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

This div border color is #0eceaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0eceaf


Comments

No comments written yet.

Please login to write comment.