Color Hex Logo

#0eceb1 Color Hex

#0ECEB1
(14,206,177)
0 Favorites   0 Comments

Color spaces of #0eceb1

RGB 14206177
HSL0.470.870.43
HSV171°93°81°
CMYK 0.930.000.14   0.19
XYZ30.188247.410349.1550
Yxy47.41030.23820.3740
Hunter Lab68.8551-42.23665.8721
CIE-Lab74.4515-48.73412.5247

#0eceb1 color RGB value is (14,206,177).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 11001110 10110001
Octal 16 316 261
Decimal 14 206 177
Hex E CE B1

RGB Percentages of Color #0eceb1

%3.53
%51.89
%44.58

CMYK Percentages of Color #0eceb1

%93
%0
%14
%19

Triadic Colors of #0eceb1

#0eceb1 #b10ece #ceb10e

Analogous Colors of #0eceb1

#0eceb1 #0e8bce #0ece51

Monochromatic Colors of #0eceb1

#0eceb1

Complementary Color

#0eceb1 #ce0e2b

#0eceb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0eceb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0eceb1 Color CSS Codes

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

#0eceb1 Text Font Color

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

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


#0eceb1 Background Color

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

This div background color is #0eceb1


#0eceb1 Border Color

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

This div border color is #0eceb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0eceb1


Comments

No comments written yet.

Please login to write comment.