Color Hex Logo

#0efafa Color Hex

#0EFAFA
(14,250,250)
0 Favorites   0 Comments

Color spaces of #0efafa

RGB 14250250
HSL0.500.960.52
HSV180°94°98°
CMYK 0.940.000.00   0.02
XYZ51.622075.3667102.2689
Yxy75.36670.22520.3287
Hunter Lab86.8140-45.7835-9.0752
CIE-Lab89.5645-47.0738-13.8577

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 11111010 11111010
Octal 16 372 372
Decimal 14 250 250
Hex E FA FA

RGB Percentages of Color #0efafa

%2.72
%48.64
%48.64

CMYK Percentages of Color #0efafa

%94
%0
%0
%2

Triadic Colors of #0efafa

#0efafa #fa0efa #fafa0e

Analogous Colors of #0efafa

#0efafa #0e84fa #0efa84

Monochromatic Colors of #0efafa

#0efafa

Complementary Color

#0efafa #fa0e0e

#0efafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0efafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#0efafa Color CSS Codes

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

#0efafa Text Font Color

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

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


#0efafa Background Color

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

This div background color is #0efafa


#0efafa Border Color

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

This div border color is #0efafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0efafa


Comments

No comments written yet.

Please login to write comment.