Color Hex Logo

#0ecaec Color Hex

#0ECAEC
(14,202,236)
0 Favorites   0 Comments

Color spaces of #0ecaec

RGB 14202236
HSL0.530.890.49
HSV189°94°93°
CMYK 0.940.140.00   0.07
XYZ36.442048.390686.7765
Yxy48.39060.21240.2820
Hunter Lab69.5634-28.2255-25.2667
CIE-Lab75.0706-29.3078-28.4105

#0ecaec color RGB value is (14,202,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 11001010 11101100
Octal 16 312 354
Decimal 14 202 236
Hex E CA EC

RGB Percentages of Color #0ecaec

%3.10
%44.69
%52.21

CMYK Percentages of Color #0ecaec

%94
%14
%0
%7

Triadic Colors of #0ecaec

#0ecaec #ec0eca #caec0e

Analogous Colors of #0ecaec

#0ecaec #0e5bec #0eec9f

Monochromatic Colors of #0ecaec

#0ecaec

Complementary Color

#0ecaec #ec300e

#0ecaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ecaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ecaec Color CSS Codes

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

#0ecaec Text Font Color

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

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


#0ecaec Background Color

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

This div background color is #0ecaec


#0ecaec Border Color

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

This div border color is #0ecaec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ecaec


Comments

No comments written yet.

Please login to write comment.