Color Hex Logo

#34994e Color Hex

#34994E
(52,153,78)
0 Favorites   0 Comments

Color spaces of #34994e

RGB 5215378
HSL0.380.490.40
HSV135°66°60°
CMYK 0.660.000.49   0.40
XYZ14.182624.062611.1048
Yxy24.06260.28740.4876
Hunter Lab49.0536-34.235220.9154
CIE-Lab56.1504-45.791830.9542

#34994e color RGB value is (52,153,78).

#34994e hex color red value is 52, green value is 153 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #34994e hue: 0.38 , saturation: 0.49 and the lightness value of 34994e is 0.40.

The process color (four color CMYK) of #34994e color hex is 0.66, 0.00, 0.49, 0.40. Web safe color of #34994e is #339966. Color #34994e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 10011001 01001110
Octal 64 231 116
Decimal 52 153 78
Hex 34 99 4E

RGB Percentages of Color #34994e

%18.37
%54.06
%27.56

CMYK Percentages of Color #34994e

%66
%0
%49
%40

Triadic Colors of #34994e

#34994e #4e3499 #994e34

Analogous Colors of #34994e

#34994e #349981 #4d9934

Monochromatic Colors of #34994e

#34994e

Complementary Color

#34994e #99347f

#34994e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#34994e Color Preview on White Background

Lorem ipsum dolor sit amet.

#34994e Color CSS Codes

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

#34994e Text Font Color

<p style="color:#34994e">Text here</p>

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


#34994e Background Color

<div style="background-color:#34994e">
Div content here</div>

This div background color is #34994e


#34994e Border Color

<div style="border:3px solid #34994e">
Div here</div>

This div border color is #34994e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(52,153,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #34994e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #34994e;
  -webkit-box-shadow: 1px 1px 3px 2px #34994e;
  box-shadow:         1px 1px 3px 2px #34994e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #34994e


Comments

No comments written yet.

Please login to write comment.