Color Hex Logo

#34b15d Color Hex

#34B15D
(52,177,93)
0 Favorites   0 Comments

Color spaces of #34b15d

RGB 5217793
HSL0.390.550.45
HSV140°71°69°
CMYK 0.710.000.47   0.31
XYZ19.114132.964715.7113
Yxy32.96470.28200.4863
Hunter Lab57.4149-41.051323.9660
CIE-Lab64.1323-52.460333.2579

#34b15d color RGB value is (52,177,93).

#34b15d hex color red value is 52, green value is 177 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #34b15d hue: 0.39 , saturation: 0.55 and the lightness value of 34b15d is 0.45.

The process color (four color CMYK) of #34b15d color hex is 0.71, 0.00, 0.47, 0.31. Web safe color of #34b15d is #339966. Color #34b15d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 10110001 01011101
Octal 64 261 135
Decimal 52 177 93
Hex 34 B1 5D

RGB Percentages of Color #34b15d

%16.15
%54.97
%28.88

CMYK Percentages of Color #34b15d

%71
%0
%47
%31

Triadic Colors of #34b15d

#34b15d #5d34b1 #b15d34

Analogous Colors of #34b15d

#34b15d #34b19c #4ab134

Monochromatic Colors of #34b15d

#34b15d

Complementary Color

#34b15d #b13488

#34b15d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#34b15d Color Preview on White Background

Lorem ipsum dolor sit amet.

#34b15d Color CSS Codes

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

#34b15d Text Font Color

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

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


#34b15d Background Color

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

This div background color is #34b15d


#34b15d Border Color

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

This div border color is #34b15d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #34b15d


Comments

No comments written yet.

Please login to write comment.