Color Hex Logo

#0eacfb Color Hex

#0EACFB
(14,172,251)
0 Favorites   0 Comments

Color spaces of #0eacfb

RGB 14172251
HSL0.560.970.52
HSV200°94°98°
CMYK 0.940.310.00   0.02
XYZ32.346236.563496.6194
Yxy36.56340.19540.2209
Hunter Lab60.4677-10.3328-52.4103
CIE-Lab66.9482-8.4499-49.1762

#0eacfb color RGB value is (14,172,251).

#0eacfb hex color red value is 14, green value is 172 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #0eacfb hue: 0.56 , saturation: 0.97 and the lightness value of 0eacfb is 0.52.

The process color (four color CMYK) of #0eacfb color hex is 0.94, 0.31, 0.00, 0.02. Web safe color of #0eacfb is #0099ff. Color #0eacfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 10101100 11111011
Octal 16 254 373
Decimal 14 172 251
Hex E AC FB

RGB Percentages of Color #0eacfb

%3.20
%39.36
%57.44

CMYK Percentages of Color #0eacfb

%94
%31
%0
%2

Triadic Colors of #0eacfb

#0eacfb #fb0eac #acfb0e

Analogous Colors of #0eacfb

#0eacfb #0e35fb #0efbd4

Monochromatic Colors of #0eacfb

#0eacfb

Complementary Color

#0eacfb #fb5d0e

#0eacfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0eacfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0eacfb Color CSS Codes

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

#0eacfb Text Font Color

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

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


#0eacfb Background Color

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

This div background color is #0eacfb


#0eacfb Border Color

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

This div border color is #0eacfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0eacfb


Comments

No comments written yet.

Please login to write comment.