Color Hex Logo

#0eabbe Color Hex

#0EABBE
(14,171,190)
0 Favorites   0 Comments

Color spaces of #0eabbe

RGB 14171190
HSL0.520.860.40
HSV186°93°75°
CMYK 0.930.100.00   0.25
XYZ24.038332.936953.8057
Yxy32.93690.21700.2973
Hunter Lab57.3907-25.6683-15.4129
CIE-Lab64.1098-29.1033-19.9994

#0eabbe color RGB value is (14,171,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 10101011 10111110
Octal 16 253 276
Decimal 14 171 190
Hex E AB BE

RGB Percentages of Color #0eabbe

%3.73
%45.60
%50.67

CMYK Percentages of Color #0eabbe

%93
%10
%0
%25

Triadic Colors of #0eabbe

#0eabbe #be0eab #abbe0e

Analogous Colors of #0eabbe

#0eabbe #0e53be #0ebe79

Monochromatic Colors of #0eabbe

#0eabbe

Complementary Color

#0eabbe #be210e

#0eabbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0eabbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#0eabbe Color CSS Codes

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

#0eabbe Text Font Color

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

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


#0eabbe Background Color

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

This div background color is #0eabbe


#0eabbe Border Color

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

This div border color is #0eabbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0eabbe


Comments

No comments written yet.

Please login to write comment.