Color Hex Logo

#0eeccc Color Hex

#0EECCC
(14,236,204)
0 Favorites   0 Comments

Color spaces of #0eeccc

RGB 14236204
HSL0.480.890.49
HSV171°94°93°
CMYK 0.940.000.14   0.07
XYZ41.075664.443967.4007
Yxy64.44390.23750.3727
Hunter Lab80.2770-49.15096.4139
CIE-Lab84.1964-53.85762.3019

#0eeccc color RGB value is (14,236,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 11101100 11001100
Octal 16 354 314
Decimal 14 236 204
Hex E EC CC

RGB Percentages of Color #0eeccc

%3.08
%51.98
%44.93

CMYK Percentages of Color #0eeccc

%94
%0
%14
%7

Triadic Colors of #0eeccc

#0eeccc #cc0eec #eccc0e

Analogous Colors of #0eeccc

#0eeccc #0e9dec #0eec5d

Monochromatic Colors of #0eeccc

#0eeccc

Complementary Color

#0eeccc #ec0e2e

#0eeccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0eeccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0eeccc Color CSS Codes

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

#0eeccc Text Font Color

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

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


#0eeccc Background Color

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

This div background color is #0eeccc


#0eeccc Border Color

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

This div border color is #0eeccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0eeccc


Comments

No comments written yet.

Please login to write comment.