Color Hex Logo

#34cca6 Color Hex

#34CCA6
(52,204,166)
0 Favorites   0 Comments

Color spaces of #34cca6

RGB 52204166
HSL0.460.600.50
HSV165°75°80°
CMYK 0.750.000.19   0.20
XYZ29.892046.669043.5089
Yxy46.66900.24900.3887
Hunter Lab68.3147-41.445710.0591
CIE-Lab73.9775-47.81087.8224

#34cca6 color RGB value is (52,204,166).

#34cca6 hex color red value is 52, green value is 204 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #34cca6 hue: 0.46 , saturation: 0.60 and the lightness value of 34cca6 is 0.50.

The process color (four color CMYK) of #34cca6 color hex is 0.75, 0.00, 0.19, 0.20. Web safe color of #34cca6 is #33cc99. Color #34cca6 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 11001100 10100110
Octal 64 314 246
Decimal 52 204 166
Hex 34 CC A6

RGB Percentages of Color #34cca6

%12.32
%48.34
%39.34

CMYK Percentages of Color #34cca6

%75
%0
%19
%20

Triadic Colors of #34cca6

#34cca6 #a634cc #cca634

Analogous Colors of #34cca6

#34cca6 #34a6cc #34cc5a

Monochromatic Colors of #34cca6

#34cca6

Complementary Color

#34cca6 #cc345a

#34cca6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#34cca6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#34cca6 Color CSS Codes

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

#34cca6 Text Font Color

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

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


#34cca6 Background Color

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

This div background color is #34cca6


#34cca6 Border Color

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

This div border color is #34cca6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #34cca6


Comments

No comments written yet.

Please login to write comment.