Color Hex Logo

#0eafac Color Hex

#0EAFAC
(14,175,172)
0 Favorites   0 Comments

Color spaces of #0eafac

RGB 14175172
HSL0.500.850.37
HSV179°92°69°
CMYK 0.920.000.02   0.31
XYZ22.957533.731944.3306
Yxy33.73190.22730.3339
Hunter Lab58.0792-31.0812-4.5994
CIE-Lab64.7492-36.6712-9.0101

#0eafac color RGB value is (14,175,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 10101111 10101100
Octal 16 257 254
Decimal 14 175 172
Hex E AF AC

RGB Percentages of Color #0eafac

%3.88
%48.48
%47.65

CMYK Percentages of Color #0eafac

%92
%0
%2
%31

Triadic Colors of #0eafac

#0eafac #ac0eaf #afac0e

Analogous Colors of #0eafac

#0eafac #0e62af #0eaf5c

Monochromatic Colors of #0eafac

#0eafac

Complementary Color

#0eafac #af0e11

#0eafac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0eafac Color Preview on White Background

Lorem ipsum dolor sit amet.

#0eafac Color CSS Codes

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

#0eafac Text Font Color

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

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


#0eafac Background Color

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

This div background color is #0eafac


#0eafac Border Color

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

This div border color is #0eafac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0eafac


Comments

No comments written yet.

Please login to write comment.