Color Hex Logo

#0efbbe Color Hex

#0EFBBE
(14,251,190)
0 Favorites   0 Comments

Color spaces of #0efbbe

RGB 14251190
HSL0.460.970.52
HSV165°94°98°
CMYK 0.940.000.24   0.02
XYZ43.972572.805460.4505
Yxy72.80540.24810.4108
Hunter Lab85.3261-57.331317.7234
CIE-Lab88.3548-63.096315.5443

#0efbbe color RGB value is (14,251,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 11111011 10111110
Octal 16 373 276
Decimal 14 251 190
Hex E FB BE

RGB Percentages of Color #0efbbe

%3.08
%55.16
%41.76

CMYK Percentages of Color #0efbbe

%94
%0
%24
%2

Triadic Colors of #0efbbe

#0efbbe #be0efb #fbbe0e

Analogous Colors of #0efbbe

#0efbbe #0ec2fb #0efb47

Monochromatic Colors of #0efbbe

#0efbbe

Complementary Color

#0efbbe #fb0e4b

#0efbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0efbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#0efbbe Color CSS Codes

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

#0efbbe Text Font Color

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

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


#0efbbe Background Color

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

This div background color is #0efbbe


#0efbbe Border Color

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

This div border color is #0efbbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0efbbe


Comments

No comments written yet.

Please login to write comment.