Color Hex Logo

#0efbbc Color Hex

#0EFBBC
(14,251,188)
0 Favorites   0 Comments

Color spaces of #0efbbc

RGB 14251188
HSL0.460.970.52
HSV164°94°98°
CMYK 0.940.000.25   0.02
XYZ43.755472.718659.3069
Yxy72.71860.24890.4137
Hunter Lab85.2752-57.641818.4578
CIE-Lab88.3133-63.554916.5159

#0efbbc color RGB value is (14,251,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 11111011 10111100
Octal 16 373 274
Decimal 14 251 188
Hex E FB BC

RGB Percentages of Color #0efbbc

%3.09
%55.41
%41.50

CMYK Percentages of Color #0efbbc

%94
%0
%25
%2

Triadic Colors of #0efbbc

#0efbbc #bc0efb #fbbc0e

Analogous Colors of #0efbbc

#0efbbc #0ec4fb #0efb46

Monochromatic Colors of #0efbbc

#0efbbc

Complementary Color

#0efbbc #fb0e4d

#0efbbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0efbbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0efbbc Color CSS Codes

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

#0efbbc Text Font Color

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

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


#0efbbc Background Color

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

This div background color is #0efbbc


#0efbbc Border Color

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

This div border color is #0efbbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(14,251,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 #0efbbc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0efbbc


Comments

No comments written yet.

Please login to write comment.