Color Hex Logo

#0eeeca Color Hex

#0EEECA
(14,238,202)
0 Favorites   0 Comments

Color spaces of #0eeeca

RGB 14238202
HSL0.470.890.49
HSV170°94°93°
CMYK 0.940.000.15   0.07
XYZ41.416365.506766.3383
Yxy65.50670.23900.3781
Hunter Lab80.9362-50.29728.0591
CIE-Lab84.7442-55.17664.1467

#0eeeca color RGB value is (14,238,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 11101110 11001010
Octal 16 356 312
Decimal 14 238 202
Hex E EE CA

RGB Percentages of Color #0eeeca

%3.08
%52.42
%44.49

CMYK Percentages of Color #0eeeca

%94
%0
%15
%7

Triadic Colors of #0eeeca

#0eeeca #ca0eee #eeca0e

Analogous Colors of #0eeeca

#0eeeca #0ea2ee #0eee5a

Monochromatic Colors of #0eeeca

#0eeeca

Complementary Color

#0eeeca #ee0e32

#0eeeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0eeeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#0eeeca Color CSS Codes

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

#0eeeca Text Font Color

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

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


#0eeeca Background Color

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

This div background color is #0eeeca


#0eeeca Border Color

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

This div border color is #0eeeca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0eeeca


Comments

No comments written yet.

Please login to write comment.