Color Hex Logo

#00efbe Color Hex

#00EFBE
(0,239,190)
0 Favorites   0 Comments

Color spaces of #00efbe

RGB 0239190
HSL0.471.000.47
HSV168°100°94°
CMYK 1.000.000.21   0.06
XYZ40.160865.450759.2318
Yxy65.45070.24360.3970
Hunter Lab80.9016-52.967713.2222
CIE-Lab84.7154-58.922510.3816

#00efbe color RGB value is (0,239,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 11101111 10111110
Octal 0 357 276
Decimal 0 239 190
Hex 0 EF BE

RGB Percentages of Color #00efbe

%0.00
%55.71
%44.29

CMYK Percentages of Color #00efbe

%100
%0
%21
%6

Triadic Colors of #00efbe

#00efbe #be00ef #efbe00

Analogous Colors of #00efbe

#00efbe #00a9ef #00ef47

Monochromatic Colors of #00efbe

#00efbe

Complementary Color

#00efbe #ef0031

#00efbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00efbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#00efbe Color CSS Codes

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

#00efbe Text Font Color

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

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


#00efbe Background Color

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

This div background color is #00efbe


#00efbe Border Color

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

This div border color is #00efbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00efbe


Comments

No comments written yet.

Please login to write comment.