Color Hex Logo

#00efbf Color Hex

#00EFBF
(0,239,191)
0 Favorites   0 Comments

Color spaces of #00efbf

RGB 0239191
HSL0.471.000.47
HSV168°100°94°
CMYK 1.000.000.20   0.06
XYZ40.270565.494659.8095
Yxy65.49460.24320.3956
Hunter Lab80.9287-52.802912.8325
CIE-Lab84.7380-58.67829.8914

#00efbf color RGB value is (0,239,191).

#00efbf hex color red value is 0, green value is 239 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #00efbf hue: 0.47 , saturation: 1.00 and the lightness value of 00efbf is 0.47.

The process color (four color CMYK) of #00efbf color hex is 1.00, 0.00, 0.20, 0.06. Web safe color of #00efbf is #00ffcc. Color #00efbf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 11101111 10111111
Octal 0 357 277
Decimal 0 239 191
Hex 0 EF BF

RGB Percentages of Color #00efbf

%0.00
%55.58
%44.42

CMYK Percentages of Color #00efbf

%100
%0
%20
%6

Triadic Colors of #00efbf

#00efbf #bf00ef #efbf00

Analogous Colors of #00efbf

#00efbf #00a8ef #00ef48

Monochromatic Colors of #00efbf

#00efbf

Complementary Color

#00efbf #ef0030

#00efbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00efbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#00efbf Color CSS Codes

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

#00efbf Text Font Color

<p style="color:#00efbf">Text here</p>

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


#00efbf Background Color

<div style="background-color:#00efbf">
Div content here</div>

This div background color is #00efbf


#00efbf Border Color

<div style="border:3px solid #00efbf">
Div here</div>

This div border color is #00efbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00efbf


Comments

No comments written yet.

Please login to write comment.