Color Hex Logo

#34c899 Color Hex

#34C899
(52,200,153)
0 Favorites   0 Comments

Color spaces of #34c899

RGB 52200153
HSL0.450.590.49
HSV161°74°78°
CMYK 0.740.000.24   0.22
XYZ27.820244.338537.2289
Yxy44.33850.25430.4053
Hunter Lab66.5872-41.950013.4620
CIE-Lab72.4542-49.289012.6548

#34c899 color RGB value is (52,200,153).

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

The process color (four color CMYK) of #34c899 color hex is 0.74, 0.00, 0.24, 0.22. Web safe color of #34c899 is #33cc99. Color #34c899 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 11001000 10011001
Octal 64 310 231
Decimal 52 200 153
Hex 34 C8 99

RGB Percentages of Color #34c899

%12.84
%49.38
%37.78

CMYK Percentages of Color #34c899

%74
%0
%24
%22

Triadic Colors of #34c899

#34c899 #9934c8 #c89934

Analogous Colors of #34c899

#34c899 #34adc8 #34c84f

Monochromatic Colors of #34c899

#34c899

Complementary Color

#34c899 #c83463

#34c899 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#34c899 Color Preview on White Background

Lorem ipsum dolor sit amet.

#34c899 Color CSS Codes

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

#34c899 Text Font Color

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

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


#34c899 Background Color

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

This div background color is #34c899


#34c899 Border Color

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

This div border color is #34c899


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #34c899


Comments

No comments written yet.

Please login to write comment.