Color Hex Logo

#34e68c Color Hex

#34E68C
(52,230,140)
0 Favorites   0 Comments

Color spaces of #34e68c

RGB 52230140
HSL0.420.780.55
HSV150°77°90°
CMYK 0.770.000.39   0.10
XYZ34.446659.217134.4255
Yxy59.21710.26890.4623
Hunter Lab76.9526-54.764527.3429
CIE-Lab81.4108-63.390731.6996

#34e68c color RGB value is (52,230,140).

#34e68c hex color red value is 52, green value is 230 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #34e68c hue: 0.42 , saturation: 0.78 and the lightness value of 34e68c is 0.55.

The process color (four color CMYK) of #34e68c color hex is 0.77, 0.00, 0.39, 0.10. Web safe color of #34e68c is #33ff99. Color #34e68c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 11100110 10001100
Octal 64 346 214
Decimal 52 230 140
Hex 34 E6 8C

RGB Percentages of Color #34e68c

%12.32
%54.50
%33.18

CMYK Percentages of Color #34e68c

%77
%0
%39
%10

Triadic Colors of #34e68c

#34e68c #8c34e6 #e68c34

Analogous Colors of #34e68c

#34e68c #34e6e5 #35e634

Monochromatic Colors of #34e68c

#34e68c

Complementary Color

#34e68c #e6348e

#34e68c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#34e68c Color Preview on White Background

Lorem ipsum dolor sit amet.

#34e68c Color CSS Codes

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

#34e68c Text Font Color

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

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


#34e68c Background Color

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

This div background color is #34e68c


#34e68c Border Color

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

This div border color is #34e68c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #34e68c


Comments

No comments written yet.

Please login to write comment.