color codes Logo

#00ef5a color codes

#00EF5A
(0,239,90)
0 Favorites   0 Comments

Color spaces of #00ef5a

RGB 023990
HSL0.401.000.47
HSV143°100°94°
CMYK 1.000.000.62   0.06
XYZ32.712062.471220.0069
Yxy62.47120.28400.5423
Hunter Lab79.0387-64.441440.3192
CIE-Lab83.1634-77.032057.2689

#00ef5a color RGB value is (0,239,90).

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

The process color (four color CMYK) of #00ef5a color code is 1.00, 0.00, 0.62, 0.06. Web safe color of #00ef5a is #00ff66. Color #00ef5a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 11101111 01011010
Octal 0 357 132
Decimal 0 239 90
Hex 0 EF 5A

RGB Percentages of Color #00ef5a

%0.00
%72.64
%27.36

CMYK Percentages of Color #00ef5a

%100
%0
%62
%6

Triadic Colors of #00ef5a

#00ef5a #5a00ef #ef5a00

Analogous Colors of #00ef5a

#00ef5a #00efd2 #1def00

Monochromatic Colors of #00ef5a

#00ef5a

Complementary Color

#00ef5a #ef0095

#00ef5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00ef5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#00ef5a Color CSS Codes

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

#00ef5a Text Font Color

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

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


#00ef5a Background Color

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

This div background color is #00ef5a


#00ef5a Border Color

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

This div border color is #00ef5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00ef5a


Comments

No comments written yet.

Please login to write comment.