Color Hex Logo

#0efaca Color Hex

#0EFACA
(14,250,202)
0 Favorites   0 Comments

Color spaces of #0efaca

RGB 14250202
HSL0.470.960.52
HSV168°94°98°
CMYK 0.940.000.19   0.02
XYZ45.027472.728867.5420
Yxy72.72880.24300.3925
Hunter Lab85.2812-54.996312.7396
CIE-Lab88.3182-59.87059.2895

#0efaca color RGB value is (14,250,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 11111010 11001010
Octal 16 372 312
Decimal 14 250 202
Hex E FA CA

RGB Percentages of Color #0efaca

%3.00
%53.65
%43.35

CMYK Percentages of Color #0efaca

%94
%0
%19
%2

Triadic Colors of #0efaca

#0efaca #ca0efa #faca0e

Analogous Colors of #0efaca

#0efaca #0eb4fa #0efa54

Monochromatic Colors of #0efaca

#0efaca

Complementary Color

#0efaca #fa0e3e

#0efaca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0efaca Color Preview on White Background

Lorem ipsum dolor sit amet.

#0efaca Color CSS Codes

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

#0efaca Text Font Color

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

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


#0efaca Background Color

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

This div background color is #0efaca


#0efaca Border Color

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

This div border color is #0efaca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0efaca

Related Colors


Comments

No comments written yet.

Please login to write comment.