Color Hex Logo

#0eaebe Color Hex

#0EAEBE
(14,174,190)
0 Favorites   0 Comments

Color spaces of #0eaebe

RGB 14174190
HSL0.520.860.40
HSV185°93°75°
CMYK 0.930.080.00   0.25
XYZ24.611434.083253.9968
Yxy34.08320.21840.3024
Hunter Lab58.3808-26.9168-13.9711
CIE-Lab65.0286-30.5704-18.6023

#0eaebe color RGB value is (14,174,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 10101110 10111110
Octal 16 256 276
Decimal 14 174 190
Hex E AE BE

RGB Percentages of Color #0eaebe

%3.70
%46.03
%50.26

CMYK Percentages of Color #0eaebe

%93
%8
%0
%25

Triadic Colors of #0eaebe

#0eaebe #be0eae #aebe0e

Analogous Colors of #0eaebe

#0eaebe #0e56be #0ebe76

Monochromatic Colors of #0eaebe

#0eaebe

Complementary Color

#0eaebe #be1e0e

#0eaebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0eaebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#0eaebe Color CSS Codes

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

#0eaebe Text Font Color

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

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


#0eaebe Background Color

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

This div background color is #0eaebe


#0eaebe Border Color

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

This div border color is #0eaebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0eaebe


Comments

No comments written yet.

Please login to write comment.