Color Hex Logo

#0efefe Color Hex

#0EFEFE
(14,254,254)
0 Favorites   0 Comments

Color spaces of #0efefe

RGB 14254254
HSL0.500.990.53
HSV180°94°100°
CMYK 0.940.000.00   0.00
XYZ53.512378.1327106.0267
Yxy78.13270.22520.3287
Hunter Lab88.3927-46.6246-9.2432
CIE-Lab90.8404-47.6537-14.0280

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 11111110 11111110
Octal 16 376 376
Decimal 14 254 254
Hex E FE FE

RGB Percentages of Color #0efefe

%2.68
%48.66
%48.66

CMYK Percentages of Color #0efefe

%94
%0
%0
%0

Triadic Colors of #0efefe

#0efefe #fe0efe #fefe0e

Analogous Colors of #0efefe

#0efefe #0e86fe #0efe86

Monochromatic Colors of #0efefe

#0efefe

Complementary Color

#0efefe #fe0e0e

#0efefe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0efefe Color Preview on White Background

Lorem ipsum dolor sit amet.

#0efefe Color CSS Codes

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

#0efefe Text Font Color

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

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


#0efefe Background Color

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

This div background color is #0efefe


#0efefe Border Color

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

This div border color is #0efefe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0efefe

Related Colors


Comments

No comments written yet.

Please login to write comment.