Color Hex Logo

#0eefbc Color Hex

#0EEFBC
(14,239,188)
0 Favorites   0 Comments

Color spaces of #0eefbc

RGB 14239188
HSL0.460.890.50
HSV166°94°94°
CMYK 0.940.000.21   0.06
XYZ40.124765.457258.0967
Yxy65.45720.24510.3999
Hunter Lab80.9056-53.058714.0590
CIE-Lab84.7188-59.049311.4370

#0eefbc color RGB value is (14,239,188).

#0eefbc hex color red value is 14, green value is 239 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #0eefbc hue: 0.46 , saturation: 0.89 and the lightness value of 0eefbc is 0.50.

The process color (four color CMYK) of #0eefbc color hex is 0.94, 0.00, 0.21, 0.06. Web safe color of #0eefbc is #00ffcc. Color #0eefbc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 11101111 10111100
Octal 16 357 274
Decimal 14 239 188
Hex E EF BC

RGB Percentages of Color #0eefbc

%3.17
%54.20
%42.63

CMYK Percentages of Color #0eefbc

%94
%0
%21
%6

Triadic Colors of #0eefbc

#0eefbc #bc0eef #efbc0e

Analogous Colors of #0eefbc

#0eefbc #0eb2ef #0eef4c

Monochromatic Colors of #0eefbc

#0eefbc

Complementary Color

#0eefbc #ef0e41

#0eefbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0eefbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0eefbc Color CSS Codes

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

#0eefbc Text Font Color

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

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


#0eefbc Background Color

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

This div background color is #0eefbc


#0eefbc Border Color

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

This div border color is #0eefbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0eefbc


Comments

No comments written yet.

Please login to write comment.