Color Hex Logo

#0eafbf Color Hex

#0EAFBF
(14,175,191)
0 Favorites   0 Comments

Color spaces of #0eafbf

RGB 14175191
HSL0.520.860.40
HSV185°93°75°
CMYK 0.930.080.00   0.25
XYZ24.915034.514954.6391
Yxy34.51490.21840.3026
Hunter Lab58.7494-27.1114-14.0173
CIE-Lab65.3692-30.7337-18.6402

#0eafbf color RGB value is (14,175,191).

#0eafbf hex color red value is 14, green value is 175 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #0eafbf hue: 0.52 , saturation: 0.86 and the lightness value of 0eafbf is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 10101111 10111111
Octal 16 257 277
Decimal 14 175 191
Hex E AF BF

RGB Percentages of Color #0eafbf

%3.68
%46.05
%50.26

CMYK Percentages of Color #0eafbf

%93
%8
%0
%25

Triadic Colors of #0eafbf

#0eafbf #bf0eaf #afbf0e

Analogous Colors of #0eafbf

#0eafbf #0e56bf #0ebf77

Monochromatic Colors of #0eafbf

#0eafbf

Complementary Color

#0eafbf #bf1e0e

#0eafbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0eafbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#0eafbf Color CSS Codes

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

#0eafbf Text Font Color

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

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


#0eafbf Background Color

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

This div background color is #0eafbf


#0eafbf Border Color

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

This div border color is #0eafbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0eafbf


Comments

No comments written yet.

Please login to write comment.