Color Hex Logo

#0ecaef Color Hex

#0ECAEF
(14,202,239)
0 Favorites   0 Comments

Color spaces of #0ecaef

RGB 14202239
HSL0.530.890.50
HSV190°94°94°
CMYK 0.940.150.00   0.06
XYZ36.881648.566489.0917
Yxy48.56640.21130.2783
Hunter Lab69.6896-27.4898-27.0141
CIE-Lab75.1808-28.3279-29.8553

#0ecaef color RGB value is (14,202,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 11001010 11101111
Octal 16 312 357
Decimal 14 202 239
Hex E CA EF

RGB Percentages of Color #0ecaef

%3.08
%44.40
%52.53

CMYK Percentages of Color #0ecaef

%94
%15
%0
%6

Triadic Colors of #0ecaef

#0ecaef #ef0eca #caef0e

Analogous Colors of #0ecaef

#0ecaef #0e5aef #0eefa4

Monochromatic Colors of #0ecaef

#0ecaef

Complementary Color

#0ecaef #ef330e

#0ecaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ecaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ecaef Color CSS Codes

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

#0ecaef Text Font Color

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

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


#0ecaef Background Color

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

This div background color is #0ecaef


#0ecaef Border Color

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

This div border color is #0ecaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ecaef


Comments

No comments written yet.

Please login to write comment.