Color Hex Logo

#0eabbd Color Hex

#0EABBD
(14,171,189)
0 Favorites   0 Comments

Color spaces of #0eabbd

RGB 14171189
HSL0.520.860.40
HSV186°93°74°
CMYK 0.930.100.00   0.26
XYZ23.929332.893353.2319
Yxy32.89330.21740.2989
Hunter Lab57.3527-25.8915-14.8831
CIE-Lab64.0744-29.4295-19.4963

#0eabbd color RGB value is (14,171,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 10101011 10111101
Octal 16 253 275
Decimal 14 171 189
Hex E AB BD

RGB Percentages of Color #0eabbd

%3.74
%45.72
%50.53

CMYK Percentages of Color #0eabbd

%93
%10
%0
%26

Triadic Colors of #0eabbd

#0eabbd #bd0eab #abbd0e

Analogous Colors of #0eabbd

#0eabbd #0e53bd #0ebd78

Monochromatic Colors of #0eabbd

#0eabbd

Complementary Color

#0eabbd #bd200e

#0eabbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0eabbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0eabbd Color CSS Codes

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

#0eabbd Text Font Color

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

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


#0eabbd Background Color

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

This div background color is #0eabbd


#0eabbd Border Color

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

This div border color is #0eabbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0eabbd


Comments

No comments written yet.

Please login to write comment.