Color Hex Logo

#34d34f Color Hex

#34D34F
(52,211,79)
0 Favorites   0 Comments

Color spaces of #34d34f

RGB 5221179
HSL0.360.640.52
HSV130°75°83°
CMYK 0.750.000.63   0.17
XYZ26.121747.883115.2627
Yxy47.88310.29260.5364
Hunter Lab69.1976-53.713135.3609
CIE-Lab74.7511-66.088152.5743

#34d34f color RGB value is (52,211,79).

#34d34f hex color red value is 52, green value is 211 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #34d34f hue: 0.36 , saturation: 0.64 and the lightness value of 34d34f is 0.52.

The process color (four color CMYK) of #34d34f color hex is 0.75, 0.00, 0.63, 0.17. Web safe color of #34d34f is #33cc66. Color #34d34f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 11010011 01001111
Octal 64 323 117
Decimal 52 211 79
Hex 34 D3 4F

RGB Percentages of Color #34d34f

%15.20
%61.70
%23.10

CMYK Percentages of Color #34d34f

%75
%0
%63
%17

Triadic Colors of #34d34f

#34d34f #4f34d3 #d34f34

Analogous Colors of #34d34f

#34d34f #34d39f #69d334

Monochromatic Colors of #34d34f

#34d34f

Complementary Color

#34d34f #d334b8

#34d34f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#34d34f Color Preview on White Background

Lorem ipsum dolor sit amet.

#34d34f Color CSS Codes

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

#34d34f Text Font Color

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

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


#34d34f Background Color

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

This div background color is #34d34f


#34d34f Border Color

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

This div border color is #34d34f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #34d34f


Comments

No comments written yet.

Please login to write comment.