Color Hex Logo

#0eabce Color Hex

#0EABCE
(14,171,206)
0 Favorites   0 Comments

Color spaces of #0eabce

RGB 14171206
HSL0.530.870.43
HSV191°93°81°
CMYK 0.930.170.00   0.19
XYZ25.884633.675463.5283
Yxy33.67540.21030.2736
Hunter Lab58.0305-21.9332-24.2858
CIE-Lab64.7041-23.7685-27.9765

#0eabce color RGB value is (14,171,206).

#0eabce hex color red value is 14, green value is 171 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #0eabce hue: 0.53 , saturation: 0.87 and the lightness value of 0eabce is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 10101011 11001110
Octal 16 253 316
Decimal 14 171 206
Hex E AB CE

RGB Percentages of Color #0eabce

%3.58
%43.73
%52.69

CMYK Percentages of Color #0eabce

%93
%17
%0
%19

Triadic Colors of #0eabce

#0eabce #ce0eab #abce0e

Analogous Colors of #0eabce

#0eabce #0e4bce #0ece91

Monochromatic Colors of #0eabce

#0eabce

Complementary Color

#0eabce #ce310e

#0eabce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0eabce Color Preview on White Background

Lorem ipsum dolor sit amet.

#0eabce Color CSS Codes

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

#0eabce Text Font Color

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

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


#0eabce Background Color

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

This div background color is #0eabce


#0eabce Border Color

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

This div border color is #0eabce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0eabce

#0eabce Color Palettes


Comments

No comments written yet.

Please login to write comment.