Color Hex Logo

#00ef05 Color Hex

#00EF05
(0,239,5)
0 Favorites   0 Comments

Color spaces of #00ef05

RGB 02395
HSL0.341.000.47
HSV121°100°94°
CMYK 1.000.000.98   0.06
XYZ30.893961.744010.4331
Yxy61.74400.29970.5990
Hunter Lab78.5774-67.330347.1319
CIE-Lab82.7771-81.982778.7857

#00ef05 color RGB value is (0,239,5).

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

The process color (four color CMYK) of #00ef05 color hex is 1.00, 0.00, 0.98, 0.06. Web safe color of #00ef05 is #00ff00. Color #00ef05 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 11101111 00000101
Octal 0 357 5
Decimal 0 239 5
Hex 0 EF 5

RGB Percentages of Color #00ef05

%0.00
%97.95
%2.05

CMYK Percentages of Color #00ef05

%100
%0
%98
%6

Triadic Colors of #00ef05

#00ef05 #0500ef #ef0500

Analogous Colors of #00ef05

#00ef05 #00ef7d #73ef00

Monochromatic Colors of #00ef05

#00ef05

Complementary Color

#00ef05 #ef00ea

#00ef05 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00ef05 Color Preview on White Background

Lorem ipsum dolor sit amet.

#00ef05 Color CSS Codes

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

#00ef05 Text Font Color

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

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


#00ef05 Background Color

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

This div background color is #00ef05


#00ef05 Border Color

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

This div border color is #00ef05


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,239,5, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00ef05


Comments

No comments written yet.

Please login to write comment.