Color Hex Logo

#0eaeee Color Hex

#0EAEEE
(14,174,238)
1 Favorites   0 Comments

Color spaces of #0eaeee

RGB 14174238
HSL0.550.890.49
HSV197°94°93°
CMYK 0.940.270.00   0.07
XYZ30.749836.538586.3209
Yxy36.53850.20020.2379
Hunter Lab60.4471-14.9784-42.3556
CIE-Lab66.9293-14.2087-42.1222

#0eaeee color RGB value is (14,174,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 10101110 11101110
Octal 16 256 356
Decimal 14 174 238
Hex E AE EE

RGB Percentages of Color #0eaeee

%3.29
%40.85
%55.87

CMYK Percentages of Color #0eaeee

%94
%27
%0
%7

Triadic Colors of #0eaeee

#0eaeee #ee0eae #aeee0e

Analogous Colors of #0eaeee

#0eaeee #0e3eee #0eeebe

Monochromatic Colors of #0eaeee

#0eaeee

Complementary Color

#0eaeee #ee4e0e

#0eaeee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0eaeee Color Preview on White Background

Lorem ipsum dolor sit amet.

#0eaeee Color CSS Codes

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

#0eaeee Text Font Color

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

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


#0eaeee Background Color

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

This div background color is #0eaeee


#0eaeee Border Color

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

This div border color is #0eaeee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0eaeee


Comments

No comments written yet.

Please login to write comment.