Color Hex Logo

#0efeca Color Hex

#0EFECA
(14,254,202)
0 Favorites   0 Comments

Color spaces of #0efeca

RGB 14254202
HSL0.460.990.53
HSV167°94°100°
CMYK 0.940.000.20   0.00
XYZ46.283675.241367.9607
Yxy75.24130.24430.3971
Hunter Lab86.7417-56.554114.2665
CIE-Lab89.5059-61.398310.9855

#0efeca color RGB value is (14,254,202).

#0efeca hex color red value is 14, green value is 254 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #0efeca hue: 0.46 , saturation: 0.99 and the lightness value of 0efeca is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 11111110 11001010
Octal 16 376 312
Decimal 14 254 202
Hex E FE CA

RGB Percentages of Color #0efeca

%2.98
%54.04
%42.98

CMYK Percentages of Color #0efeca

%94
%0
%20
%0

Triadic Colors of #0efeca

#0efeca #ca0efe #feca0e

Analogous Colors of #0efeca

#0efeca #0ebafe #0efe52

Monochromatic Colors of #0efeca

#0efeca

Complementary Color

#0efeca #fe0e42

#0efeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0efeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#0efeca Color CSS Codes

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

#0efeca Text Font Color

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

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


#0efeca Background Color

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

This div background color is #0efeca


#0efeca Border Color

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

This div border color is #0efeca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0efeca


Comments

No comments written yet.

Please login to write comment.