Color Hex Logo

#0eaeca Color Hex

#0EAECA
(14,174,202)
0 Favorites   0 Comments

Color spaces of #0eaeca

RGB 14174202
HSL0.520.870.42
HSV189°93°79°
CMYK 0.930.140.00   0.21
XYZ25.977834.629761.1921
Yxy34.62970.21330.2843
Hunter Lab58.8470-24.1841-20.4598
CIE-Lab65.4593-26.6353-24.6002

#0eaeca color RGB value is (14,174,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 10101110 11001010
Octal 16 256 312
Decimal 14 174 202
Hex E AE CA

RGB Percentages of Color #0eaeca

%3.59
%44.62
%51.79

CMYK Percentages of Color #0eaeca

%93
%14
%0
%21

Triadic Colors of #0eaeca

#0eaeca #ca0eae #aeca0e

Analogous Colors of #0eaeca

#0eaeca #0e50ca #0eca88

Monochromatic Colors of #0eaeca

#0eaeca

Complementary Color

#0eaeca #ca2a0e

#0eaeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0eaeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#0eaeca Color CSS Codes

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

#0eaeca Text Font Color

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

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


#0eaeca Background Color

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

This div background color is #0eaeca


#0eaeca Border Color

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

This div border color is #0eaeca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0eaeca


Comments

No comments written yet.

Please login to write comment.