Color Hex Logo

#0eafef Color Hex

#0EAFEF
(14,175,239)
0 Favorites   0 Comments

Color spaces of #0eafef

RGB 14175239
HSL0.550.890.50
HSV197°94°94°
CMYK 0.940.270.00   0.06
XYZ31.091136.985387.1616
Yxy36.98530.20030.2382
Hunter Lab60.8155-15.1716-42.4043
CIE-Lab67.2660-14.3946-42.1407

#0eafef color RGB value is (14,175,239).

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

The process color (four color CMYK) of #0eafef color hex is 0.94, 0.27, 0.00, 0.06. Web safe color of #0eafef is #0099ff. Color #0eafef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 10101111 11101111
Octal 16 257 357
Decimal 14 175 239
Hex E AF EF

RGB Percentages of Color #0eafef

%3.27
%40.89
%55.84

CMYK Percentages of Color #0eafef

%94
%27
%0
%6

Triadic Colors of #0eafef

#0eafef #ef0eaf #afef0e

Analogous Colors of #0eafef

#0eafef #0e3fef #0eefbf

Monochromatic Colors of #0eafef

#0eafef

Complementary Color

#0eafef #ef4e0e

#0eafef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0eafef Color Preview on White Background

Lorem ipsum dolor sit amet.

#0eafef Color CSS Codes

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

#0eafef Text Font Color

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

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


#0eafef Background Color

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

This div background color is #0eafef


#0eafef Border Color

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

This div border color is #0eafef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0eafef


Comments

No comments written yet.

Please login to write comment.