Color Hex Logo

#0eafff Color Hex

#0EAFFF
(14,175,255)
0 Favorites   0 Comments

Color spaces of #0eafff

RGB 14175255
HSL0.561.000.53
HSV200°95°100°
CMYK 0.950.310.00   0.00
XYZ33.561137.9733100.1685
Yxy37.97330.19550.2212
Hunter Lab61.6225-10.6239-53.2413
CIE-Lab68.0009-8.6708-49.6861

#0eafff color RGB value is (14,175,255).

#0eafff hex color red value is 14, green value is 175 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #0eafff hue: 0.56 , saturation: 1.00 and the lightness value of 0eafff is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 10101111 11111111
Octal 16 257 377
Decimal 14 175 255
Hex E AF FF

RGB Percentages of Color #0eafff

%3.15
%39.41
%57.43

CMYK Percentages of Color #0eafff

%95
%31
%0
%0

Triadic Colors of #0eafff

#0eafff #ff0eaf #afff0e

Analogous Colors of #0eafff

#0eafff #0e36ff #0effd7

Monochromatic Colors of #0eafff

#0eafff

Complementary Color

#0eafff #ff5e0e

#0eafff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0eafff Color Preview on White Background

Lorem ipsum dolor sit amet.

#0eafff Color CSS Codes

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

#0eafff Text Font Color

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

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


#0eafff Background Color

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

This div background color is #0eafff


#0eafff Border Color

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

This div border color is #0eafff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0eafff


Comments

No comments written yet.

Please login to write comment.