Color Hex Logo

#0efbb6 Color Hex

#0EFBB6
(14,251,182)
0 Favorites   0 Comments

Color spaces of #0efbb6

RGB 14251182
HSL0.450.970.52
HSV163°94°98°
CMYK 0.940.000.27   0.02
XYZ43.121872.465155.9704
Yxy72.46510.25140.4224
Hunter Lab85.1264-58.550020.6055
CIE-Lab88.1920-64.904419.4290

#0efbb6 color RGB value is (14,251,182).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 11111011 10110110
Octal 16 373 266
Decimal 14 251 182
Hex E FB B6

RGB Percentages of Color #0efbb6

%3.13
%56.15
%40.72

CMYK Percentages of Color #0efbb6

%94
%0
%27
%2

Triadic Colors of #0efbb6

#0efbb6 #b60efb #fbb60e

Analogous Colors of #0efbb6

#0efbb6 #0ecafb #0efb40

Monochromatic Colors of #0efbb6

#0efbb6

Complementary Color

#0efbb6 #fb0e53

#0efbb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0efbb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0efbb6 Color CSS Codes

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

#0efbb6 Text Font Color

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

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


#0efbb6 Background Color

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

This div background color is #0efbb6


#0efbb6 Border Color

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

This div border color is #0efbb6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0efbb6

Related Colors


Comments

No comments written yet.

Please login to write comment.