Color Hex Logo

#0eebf7 Color Hex

#0EEBF7
(14,235,247)
0 Favorites   0 Comments

Color spaces of #0eebf7

RGB 14235247
HSL0.510.940.51
HSV183°94°97°
CMYK 0.940.050.00   0.03
XYZ46.677966.225498.3183
Yxy66.22540.22100.3135
Hunter Lab81.3790-40.0280-14.6661
CIE-Lab85.1113-41.3420-18.9804

#0eebf7 color RGB value is (14,235,247).

#0eebf7 hex color red value is 14, green value is 235 and the blue value of its RGB is 247. Cylindrical-coordinate representations (also known as HSL) of color #0eebf7 hue: 0.51 , saturation: 0.94 and the lightness value of 0eebf7 is 0.51.

The process color (four color CMYK) of #0eebf7 color hex is 0.94, 0.05, 0.00, 0.03. Web safe color of #0eebf7 is #00ffff. Color #0eebf7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 11101011 11110111
Octal 16 353 367
Decimal 14 235 247
Hex E EB F7

RGB Percentages of Color #0eebf7

%2.82
%47.38
%49.80

CMYK Percentages of Color #0eebf7

%94
%5
%0
%3

Triadic Colors of #0eebf7

#0eebf7 #f70eeb #ebf70e

Analogous Colors of #0eebf7

#0eebf7 #0e77f7 #0ef78f

Monochromatic Colors of #0eebf7

#0eebf7

Complementary Color

#0eebf7 #f71a0e

#0eebf7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0eebf7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0eebf7 Color CSS Codes

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

#0eebf7 Text Font Color

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

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


#0eebf7 Background Color

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

This div background color is #0eebf7


#0eebf7 Border Color

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

This div border color is #0eebf7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0eebf7


Comments

No comments written yet.

Please login to write comment.