Color Hex Logo

#349680 Color Hex

#349680
(52,150,128)
0 Favorites   0 Comments

Color spaces of #349680

RGB 52150128
HSL0.460.490.40
HSV167°65°59°
CMYK 0.650.000.15   0.41
XYZ16.218824.101324.2193
Yxy24.10130.25130.3734
Hunter Lab49.0931-26.94215.1154
CIE-Lab56.1891-33.82993.2840

#349680 color RGB value is (52,150,128).

#349680 hex color red value is 52, green value is 150 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #349680 hue: 0.46 , saturation: 0.49 and the lightness value of 349680 is 0.40.

The process color (four color CMYK) of #349680 color hex is 0.65, 0.00, 0.15, 0.41. Web safe color of #349680 is #339999. Color #349680 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 10010110 10000000
Octal 64 226 200
Decimal 52 150 128
Hex 34 96 80

RGB Percentages of Color #349680

%15.76
%45.45
%38.79

CMYK Percentages of Color #349680

%65
%0
%15
%41

Triadic Colors of #349680

#349680 #803496 #968034

Analogous Colors of #349680

#349680 #347b96 #34964f

Monochromatic Colors of #349680

#349680

Complementary Color

#349680 #96344a

#349680 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#349680 Color Preview on White Background

Lorem ipsum dolor sit amet.

#349680 Color CSS Codes

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

#349680 Text Font Color

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

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


#349680 Background Color

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

This div background color is #349680


#349680 Border Color

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

This div border color is #349680


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(52,150,128, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #349680; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #349680;
  -webkit-box-shadow: 1px 1px 3px 2px #349680;
  box-shadow:         1px 1px 3px 2px #349680; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #349680


Comments

No comments written yet.

Please login to write comment.