Color Hex Logo

#0effbf Color Hex

#0EFFBF
(14,255,191)
0 Favorites   0 Comments

Color spaces of #0effbf

RGB 14255191
HSL0.461.000.53
HSV164°95°100°
CMYK 0.950.000.25   0.00
XYZ45.345175.375061.4491
Yxy75.37500.24890.4138
Hunter Lab86.8188-58.703018.8085
CIE-Lab89.5684-64.344516.7364

#0effbf color RGB value is (14,255,191).

#0effbf hex color red value is 14, green value is 255 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #0effbf hue: 0.46 , saturation: 1.00 and the lightness value of 0effbf is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 11111111 10111111
Octal 16 377 277
Decimal 14 255 191
Hex E FF BF

RGB Percentages of Color #0effbf

%3.04
%55.43
%41.52

CMYK Percentages of Color #0effbf

%95
%0
%25
%0

Triadic Colors of #0effbf

#0effbf #bf0eff #ffbf0e

Analogous Colors of #0effbf

#0effbf #0ec7ff #0eff47

Monochromatic Colors of #0effbf

#0effbf

Complementary Color

#0effbf #ff0e4e

#0effbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0effbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#0effbf Color CSS Codes

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

#0effbf Text Font Color

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

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


#0effbf Background Color

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

This div background color is #0effbf


#0effbf Border Color

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

This div border color is #0effbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0effbf

Related Colors


Comments

No comments written yet.

Please login to write comment.