color codes Logo

#0eefcc color codes

#0EEFCC
(14,239,204)
0 Favorites   0 Comments

Color spaces of #0eefcc

RGB 14239204
HSL0.470.890.50
HSV171°94°94°
CMYK 0.940.000.15   0.06
XYZ41.946766.186067.6911
Yxy66.18600.23860.3764
Hunter Lab81.3548-50.33597.6162
CIE-Lab85.0912-55.06113.6003

#0eefcc color RGB value is (14,239,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 11101111 11001100
Octal 16 357 314
Decimal 14 239 204
Hex E EF CC

RGB Percentages of Color #0eefcc

%3.06
%52.30
%44.64

CMYK Percentages of Color #0eefcc

%94
%0
%15
%6

Triadic Colors of #0eefcc

#0eefcc #cc0eef #efcc0e

Analogous Colors of #0eefcc

#0eefcc #0ea2ef #0eef5c

Monochromatic Colors of #0eefcc

#0eefcc

Complementary Color

#0eefcc #ef0e31

#0eefcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0eefcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0eefcc Color CSS Codes

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

#0eefcc Text Font Color

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

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


#0eefcc Background Color

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

This div background color is #0eefcc


#0eefcc Border Color

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

This div border color is #0eefcc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(14,239,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 #0eefcc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0eefcc


Comments

No comments written yet.

Please login to write comment.