Color Hex Logo

#33c80e Color Hex

#33C80E
(51,200,14)
0 Favorites   0 Comments

Color spaces of #33c80e

RGB 5120014
HSL0.300.870.42
HSV108°93°78°
CMYK 0.750.000.93   0.22
XYZ22.098842.04417.3661
Yxy42.04410.30900.5880
Hunter Lab64.8414-52.637438.6535
CIE-Lab70.9013-67.120768.3364

#33c80e color RGB value is (51,200,14).

#33c80e hex color red value is 51, green value is 200 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #33c80e hue: 0.30 , saturation: 0.87 and the lightness value of 33c80e is 0.42.

The process color (four color CMYK) of #33c80e color hex is 0.75, 0.00, 0.93, 0.22. Web safe color of #33c80e is #33cc00. Color #33c80e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 11001000 00001110
Octal 63 310 16
Decimal 51 200 14
Hex 33 C8 E

RGB Percentages of Color #33c80e

%19.25
%75.47
%5.28

CMYK Percentages of Color #33c80e

%75
%0
%93
%22

Triadic Colors of #33c80e

#33c80e #0e33c8 #c80e33

Analogous Colors of #33c80e

#33c80e #0ec846 #90c80e

Monochromatic Colors of #33c80e

#33c80e

Complementary Color

#33c80e #a30ec8

#33c80e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33c80e Color Preview on White Background

Lorem ipsum dolor sit amet.

#33c80e Color CSS Codes

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

#33c80e Text Font Color

<p style="color:#33c80e">Text here</p>

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


#33c80e Background Color

<div style="background-color:#33c80e">
Div content here</div>

This div background color is #33c80e


#33c80e Border Color

<div style="border:3px solid #33c80e">
Div here</div>

This div border color is #33c80e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,200,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #33c80e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #33c80e;
  -webkit-box-shadow: 1px 1px 3px 2px #33c80e;
  box-shadow:         1px 1px 3px 2px #33c80e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(51,200,14, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33c80e


Comments

No comments written yet.

Please login to write comment.