Color Hex Logo

#0eaabb Color Hex

#0EAABB
(14,170,187)
0 Favorites   0 Comments

Color spaces of #0eaabb

RGB 14170187
HSL0.520.860.39
HSV186°93°73°
CMYK 0.930.090.00   0.27
XYZ23.525532.430752.0335
Yxy32.43070.21780.3003
Hunter Lab56.9480-25.9196-14.3099
CIE-Lab63.6973-29.5898-18.9552

#0eaabb color RGB value is (14,170,187).

#0eaabb hex color red value is 14, green value is 170 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #0eaabb hue: 0.52 , saturation: 0.86 and the lightness value of 0eaabb is 0.39.

The process color (four color CMYK) of #0eaabb color hex is 0.93, 0.09, 0.00, 0.27. Web safe color of #0eaabb is #0099cc. Color #0eaabb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 10101010 10111011
Octal 16 252 273
Decimal 14 170 187
Hex E AA BB

RGB Percentages of Color #0eaabb

%3.77
%45.82
%50.40

CMYK Percentages of Color #0eaabb

%93
%9
%0
%27

Triadic Colors of #0eaabb

#0eaabb #bb0eaa #aabb0e

Analogous Colors of #0eaabb

#0eaabb #0e53bb #0ebb76

Monochromatic Colors of #0eaabb

#0eaabb

Complementary Color

#0eaabb #bb1f0e

#0eaabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0eaabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0eaabb Color CSS Codes

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

#0eaabb Text Font Color

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

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


#0eaabb Background Color

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

This div background color is #0eaabb


#0eaabb Border Color

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

This div border color is #0eaabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0eaabb


Comments

No comments written yet.

Please login to write comment.