Color Hex Logo

#0eabbb Color Hex

#0EABBB
(14,171,187)
0 Favorites   0 Comments

Color spaces of #0eabbb

RGB 14171187
HSL0.520.860.39
HSV186°93°73°
CMYK 0.930.090.00   0.27
XYZ23.713732.807052.0963
Yxy32.80700.21830.3020
Hunter Lab57.2774-26.3338-13.8327
CIE-Lab64.0043-30.0784-18.4887

#0eabbb color RGB value is (14,171,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 10101011 10111011
Octal 16 253 273
Decimal 14 171 187
Hex E AB BB

RGB Percentages of Color #0eabbb

%3.76
%45.97
%50.27

CMYK Percentages of Color #0eabbb

%93
%9
%0
%27

Triadic Colors of #0eabbb

#0eabbb #bb0eab #abbb0e

Analogous Colors of #0eabbb

#0eabbb #0e54bb #0ebb75

Monochromatic Colors of #0eabbb

#0eabbb

Complementary Color

#0eabbb #bb1e0e

#0eabbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0eabbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0eabbb Color CSS Codes

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

#0eabbb Text Font Color

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

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


#0eabbb Background Color

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

This div background color is #0eabbb


#0eabbb Border Color

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

This div border color is #0eabbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0eabbb


Comments

No comments written yet.

Please login to write comment.