Color Hex Logo

#34e84b Color Hex

#34E84B
(52,232,75)
0 Favorites   0 Comments

Color spaces of #34e84b

RGB 5223275
HSL0.350.800.56
HSV128°78°91°
CMYK 0.780.000.68   0.09
XYZ31.542858.951316.3729
Yxy58.95130.29520.5516
Hunter Lab76.7797-61.032941.1025
CIE-Lab81.2648-73.074061.3445

#34e84b color RGB value is (52,232,75).

#34e84b hex color red value is 52, green value is 232 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #34e84b hue: 0.35 , saturation: 0.80 and the lightness value of 34e84b is 0.56.

The process color (four color CMYK) of #34e84b color hex is 0.78, 0.00, 0.68, 0.09. Web safe color of #34e84b is #33ff33. Color #34e84b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 11101000 01001011
Octal 64 350 113
Decimal 52 232 75
Hex 34 E8 4B

RGB Percentages of Color #34e84b

%14.48
%64.62
%20.89

CMYK Percentages of Color #34e84b

%78
%0
%68
%9

Triadic Colors of #34e84b

#34e84b #4b34e8 #e84b34

Analogous Colors of #34e84b

#34e84b #34e8a5 #77e834

Monochromatic Colors of #34e84b

#34e84b

Complementary Color

#34e84b #e834d1

#34e84b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#34e84b Color Preview on White Background

Lorem ipsum dolor sit amet.

#34e84b Color CSS Codes

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

#34e84b Text Font Color

<p style="color:#34e84b">Text here</p>

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


#34e84b Background Color

<div style="background-color:#34e84b">
Div content here</div>

This div background color is #34e84b


#34e84b Border Color

<div style="border:3px solid #34e84b">
Div here</div>

This div border color is #34e84b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(52,232,75, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #34e84b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #34e84b;
  -webkit-box-shadow: 1px 1px 3px 2px #34e84b;
  box-shadow:         1px 1px 3px 2px #34e84b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(52,232,75, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #34e84b


Comments

No comments written yet.

Please login to write comment.