color codes Logo

#34c75e color codes

#34C75E
(52,199,94)
0 Favorites   0 Comments

Color spaces of #34c75e

RGB 5219994
HSL0.380.590.49
HSV137°74°78°
CMYK 0.740.000.53   0.22
XYZ23.860042.385117.5133
Yxy42.38510.28490.5060
Hunter Lab65.1038-48.513029.6233
CIE-Lab71.1356-60.170841.4663

#34c75e color RGB value is (52,199,94).

#34c75e hex color red value is 52, green value is 199 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #34c75e hue: 0.38 , saturation: 0.59 and the lightness value of 34c75e is 0.49.

The process color (four color CMYK) of #34c75e color code is 0.74, 0.00, 0.53, 0.22. Web safe color of #34c75e is #33cc66. Color #34c75e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 11000111 01011110
Octal 64 307 136
Decimal 52 199 94
Hex 34 C7 5E

RGB Percentages of Color #34c75e

%15.07
%57.68
%27.25

CMYK Percentages of Color #34c75e

%74
%0
%53
%22

Triadic Colors of #34c75e

#34c75e #5e34c7 #c75e34

Analogous Colors of #34c75e

#34c75e #34c7a8 #54c734

Monochromatic Colors of #34c75e

#34c75e

Complementary Color

#34c75e #c7349d

#34c75e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#34c75e Color Preview on White Background

Lorem ipsum dolor sit amet.

#34c75e Color CSS Codes

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

#34c75e Text Font Color

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

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


#34c75e Background Color

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

This div background color is #34c75e


#34c75e Border Color

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

This div border color is #34c75e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #34c75e


Comments

No comments written yet.

Please login to write comment.