Color Hex Logo

#0eeeba Color Hex

#0EEEBA
(14,238,186)
0 Favorites   0 Comments

Color spaces of #0eeeba

RGB 14238186
HSL0.460.890.49
HSV166°94°93°
CMYK 0.940.000.22   0.07
XYZ39.618664.787656.8715
Yxy64.78760.24570.4017
Hunter Lab80.4907-52.998814.4516
CIE-Lab84.3742-59.147611.9913

#0eeeba color RGB value is (14,238,186).

#0eeeba hex color red value is 14, green value is 238 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #0eeeba hue: 0.46 , saturation: 0.89 and the lightness value of 0eeeba is 0.49.

The process color (four color CMYK) of #0eeeba color hex is 0.94, 0.00, 0.22, 0.07. Web safe color of #0eeeba is #00ffcc. Color #0eeeba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 11101110 10111010
Octal 16 356 272
Decimal 14 238 186
Hex E EE BA

RGB Percentages of Color #0eeeba

%3.20
%54.34
%42.47

CMYK Percentages of Color #0eeeba

%94
%0
%22
%7

Triadic Colors of #0eeeba

#0eeeba #ba0eee #eeba0e

Analogous Colors of #0eeeba

#0eeeba #0eb2ee #0eee4a

Monochromatic Colors of #0eeeba

#0eeeba

Complementary Color

#0eeeba #ee0e42

#0eeeba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0eeeba Color Preview on White Background

Lorem ipsum dolor sit amet.

#0eeeba Color CSS Codes

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

#0eeeba Text Font Color

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

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


#0eeeba Background Color

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

This div background color is #0eeeba


#0eeeba Border Color

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

This div border color is #0eeeba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0eeeba


Comments

No comments written yet.

Please login to write comment.