Color Hex Logo

#0ecafa Color Hex

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

Color spaces of #0ecafa

RGB 14202250
HSL0.530.960.52
HSV192°94°98°
CMYK 0.940.190.00   0.02
XYZ38.557049.236597.9139
Yxy49.23650.20760.2651
Hunter Lab70.1687-24.7113-33.6155
CIE-Lab75.5982-24.6865-35.1168

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

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

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

Base Numbers

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

RGB Percentages of Color #0ecafa

%3.00
%43.35
%53.65

CMYK Percentages of Color #0ecafa

%94
%19
%0
%2

Triadic Colors of #0ecafa

#0ecafa #fa0eca #cafa0e

Analogous Colors of #0ecafa

#0ecafa #0e54fa #0efab4

Monochromatic Colors of #0ecafa

#0ecafa

Complementary Color

#0ecafa #fa3e0e

#0ecafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ecafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ecafa Color CSS Codes

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

#0ecafa Text Font Color

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

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


#0ecafa Background Color

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

This div background color is #0ecafa


#0ecafa Border Color

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

This div border color is #0ecafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ecafa


Comments

No comments written yet.

Please login to write comment.