Color Hex Logo

#34b02e Color Hex

#34B02E
(52,176,46)
0 Favorites   0 Comments

Color spaces of #34b02e

RGB 5217646
HSL0.330.590.44
HSV117°74°69°
CMYK 0.700.000.74   0.31
XYZ17.434631.97807.8382
Yxy31.97800.30450.5586
Hunter Lab56.5491-43.927731.3663
CIE-Lab63.3247-57.823453.5682

#34b02e color RGB value is (52,176,46).

#34b02e hex color red value is 52, green value is 176 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #34b02e hue: 0.33 , saturation: 0.59 and the lightness value of 34b02e is 0.44.

The process color (four color CMYK) of #34b02e color hex is 0.70, 0.00, 0.74, 0.31. Web safe color of #34b02e is #339933. Color #34b02e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 10110000 00101110
Octal 64 260 56
Decimal 52 176 46
Hex 34 B0 2E

RGB Percentages of Color #34b02e

%18.98
%64.23
%16.79

CMYK Percentages of Color #34b02e

%70
%0
%74
%31

Triadic Colors of #34b02e

#34b02e #2e34b0 #b02e34

Analogous Colors of #34b02e

#34b02e #2eb069 #75b02e

Monochromatic Colors of #34b02e

#34b02e

Complementary Color

#34b02e #aa2eb0

#34b02e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#34b02e Color Preview on White Background

Lorem ipsum dolor sit amet.

#34b02e Color CSS Codes

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

#34b02e Text Font Color

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

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


#34b02e Background Color

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

This div background color is #34b02e


#34b02e Border Color

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

This div border color is #34b02e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #34b02e


Comments

No comments written yet.

Please login to write comment.