Color Hex Logo

#50ce0b Color Hex

#50CE0B
(80,206,11)
0 Favorites   0 Comments

Color spaces of #50ce0b

RGB 8020611
HSL0.270.900.43
HSV99°95°81°
CMYK 0.610.000.95   0.19
XYZ25.440045.87227.8300
Yxy45.87220.32140.5796
Hunter Lab67.7290-51.478640.5559
CIE-Lab73.4625-63.386671.0763

#50ce0b color RGB value is (80,206,11).

#50ce0b hex color red value is 80, green value is 206 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #50ce0b hue: 0.27 , saturation: 0.90 and the lightness value of 50ce0b is 0.43.

The process color (four color CMYK) of #50ce0b color hex is 0.61, 0.00, 0.95, 0.19. Web safe color of #50ce0b is #66cc00. Color #50ce0b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 11001110 00001011
Octal 120 316 13
Decimal 80 206 11
Hex 50 CE B

RGB Percentages of Color #50ce0b

%26.94
%69.36
%3.70

CMYK Percentages of Color #50ce0b

%61
%0
%95
%19

Triadic Colors of #50ce0b

#50ce0b #0b50ce #ce0b50

Analogous Colors of #50ce0b

#50ce0b #0bce28 #b2ce0b

Monochromatic Colors of #50ce0b

#50ce0b

Complementary Color

#50ce0b #890bce

#50ce0b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50ce0b Color Preview on White Background

Lorem ipsum dolor sit amet.

#50ce0b Color CSS Codes

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

#50ce0b Text Font Color

<p style="color:#50ce0b">Text here</p>

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


#50ce0b Background Color

<div style="background-color:#50ce0b">
Div content here</div>

This div background color is #50ce0b


#50ce0b Border Color

<div style="border:3px solid #50ce0b">
Div here</div>

This div border color is #50ce0b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,206,11, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #50ce0b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #50ce0b;
  -webkit-box-shadow: 1px 1px 3px 2px #50ce0b;
  box-shadow:         1px 1px 3px 2px #50ce0b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,206,11, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50ce0b


Comments

No comments written yet.

Please login to write comment.