Color Hex Logo

#0eefca Color Hex

#0EEFCA
(14,239,202)
0 Favorites   0 Comments

Color spaces of #0eefca

RGB 14239202
HSL0.470.890.50
HSV170°94°94°
CMYK 0.940.000.15   0.06
XYZ41.708366.090666.4356
Yxy66.09060.23940.3793
Hunter Lab81.2961-50.69038.4552
CIE-Lab85.0426-55.57424.5784

#0eefca color RGB value is (14,239,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 11101111 11001010
Octal 16 357 312
Decimal 14 239 202
Hex E EF CA

RGB Percentages of Color #0eefca

%3.08
%52.53
%44.40

CMYK Percentages of Color #0eefca

%94
%0
%15
%6

Triadic Colors of #0eefca

#0eefca #ca0eef #efca0e

Analogous Colors of #0eefca

#0eefca #0ea4ef #0eef5a

Monochromatic Colors of #0eefca

#0eefca

Complementary Color

#0eefca #ef0e33

#0eefca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0eefca Color Preview on White Background

Lorem ipsum dolor sit amet.

#0eefca Color CSS Codes

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

#0eefca Text Font Color

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

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


#0eefca Background Color

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

This div background color is #0eefca


#0eefca Border Color

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

This div border color is #0eefca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0eefca


Comments

No comments written yet.

Please login to write comment.