Color Hex Logo

#34ae85 Color Hex

#34AE85
(52,174,133)
0 Favorites   0 Comments

Color spaces of #34ae85

RGB 52174133
HSL0.440.540.44
HSV160°70°68°
CMYK 0.700.000.24   0.32
XYZ20.785932.695627.4057
Yxy32.69560.25700.4042
Hunter Lab57.1801-35.177411.6091
CIE-Lab63.9137-43.214911.5054

#34ae85 color RGB value is (52,174,133).

#34ae85 hex color red value is 52, green value is 174 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #34ae85 hue: 0.44 , saturation: 0.54 and the lightness value of 34ae85 is 0.44.

The process color (four color CMYK) of #34ae85 color hex is 0.70, 0.00, 0.24, 0.32. Web safe color of #34ae85 is #339999. Color #34ae85 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 10101110 10000101
Octal 64 256 205
Decimal 52 174 133
Hex 34 AE 85

RGB Percentages of Color #34ae85

%14.48
%48.47
%37.05

CMYK Percentages of Color #34ae85

%70
%0
%24
%32

Triadic Colors of #34ae85

#34ae85 #8534ae #ae8534

Analogous Colors of #34ae85

#34ae85 #349aae #34ae48

Monochromatic Colors of #34ae85

#34ae85

Complementary Color

#34ae85 #ae345d

#34ae85 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#34ae85 Color Preview on White Background

Lorem ipsum dolor sit amet.

#34ae85 Color CSS Codes

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

#34ae85 Text Font Color

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

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


#34ae85 Background Color

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

This div background color is #34ae85


#34ae85 Border Color

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

This div border color is #34ae85


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #34ae85


Comments

No comments written yet.

Please login to write comment.