Color Hex Logo

#0eafad Color Hex

#0EAFAD
(14,175,173)
0 Favorites   0 Comments

Color spaces of #0eafad

RGB 14175173
HSL0.500.850.37
HSV179°92°69°
CMYK 0.920.000.01   0.31
XYZ23.053933.770444.8384
Yxy33.77040.22680.3322
Hunter Lab58.1123-30.8833-5.0685
CIE-Lab64.7799-36.3683-9.5210

#0eafad color RGB value is (14,175,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 10101111 10101101
Octal 16 257 255
Decimal 14 175 173
Hex E AF AD

RGB Percentages of Color #0eafad

%3.87
%48.34
%47.79

CMYK Percentages of Color #0eafad

%92
%0
%1
%31

Triadic Colors of #0eafad

#0eafad #ad0eaf #afad0e

Analogous Colors of #0eafad

#0eafad #0e61af #0eaf5d

Monochromatic Colors of #0eafad

#0eafad

Complementary Color

#0eafad #af0e10

#0eafad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0eafad Color Preview on White Background

Lorem ipsum dolor sit amet.

#0eafad Color CSS Codes

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

#0eafad Text Font Color

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

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


#0eafad Background Color

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

This div background color is #0eafad


#0eafad Border Color

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

This div border color is #0eafad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0eafad


Comments

No comments written yet.

Please login to write comment.