Color Hex Logo

#0eafab Color Hex

#0EAFAB
(14,175,171)
0 Favorites   0 Comments

Color spaces of #0eafab

RGB 14175171
HSL0.500.850.37
HSV179°92°69°
CMYK 0.920.000.02   0.31
XYZ22.861833.693643.8266
Yxy33.69360.22770.3357
Hunter Lab58.0462-31.2777-4.1334
CIE-Lab64.7186-36.9727-8.4989

#0eafab color RGB value is (14,175,171).

#0eafab hex color red value is 14, green value is 175 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #0eafab hue: 0.50 , saturation: 0.85 and the lightness value of 0eafab is 0.37.

The process color (four color CMYK) of #0eafab color hex is 0.92, 0.00, 0.02, 0.31. Web safe color of #0eafab is #009999. Color #0eafab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 10101111 10101011
Octal 16 257 253
Decimal 14 175 171
Hex E AF AB

RGB Percentages of Color #0eafab

%3.89
%48.61
%47.50

CMYK Percentages of Color #0eafab

%92
%0
%2
%31

Triadic Colors of #0eafab

#0eafab #ab0eaf #afab0e

Analogous Colors of #0eafab

#0eafab #0e62af #0eaf5b

Monochromatic Colors of #0eafab

#0eafab

Complementary Color

#0eafab #af0e12

#0eafab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0eafab Color Preview on White Background

Lorem ipsum dolor sit amet.

#0eafab Color CSS Codes

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

#0eafab Text Font Color

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

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


#0eafab Background Color

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

This div background color is #0eafab


#0eafab Border Color

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

This div border color is #0eafab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0eafab


Comments

No comments written yet.

Please login to write comment.