Color Hex Logo

#349f97 Color Hex

#349F97
(52,159,151)
0 Favorites   0 Comments

Color spaces of #349f97

RGB 52159151
HSL0.490.510.41
HSV176°67°62°
CMYK 0.670.000.05   0.38
XYZ19.400227.760733.6140
Yxy27.76070.24020.3437
Hunter Lab52.6884-26.4799-0.9438
CIE-Lab59.6719-31.7801-4.7021

#349f97 color RGB value is (52,159,151).

#349f97 hex color red value is 52, green value is 159 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #349f97 hue: 0.49 , saturation: 0.51 and the lightness value of 349f97 is 0.41.

The process color (four color CMYK) of #349f97 color hex is 0.67, 0.00, 0.05, 0.38. Web safe color of #349f97 is #339999. Color #349f97 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 10011111 10010111
Octal 64 237 227
Decimal 52 159 151
Hex 34 9F 97

RGB Percentages of Color #349f97

%14.36
%43.92
%41.71

CMYK Percentages of Color #349f97

%67
%0
%5
%38

Triadic Colors of #349f97

#349f97 #97349f #9f9734

Analogous Colors of #349f97

#349f97 #34729f #349f62

Monochromatic Colors of #349f97

#349f97

Complementary Color

#349f97 #9f343c

#349f97 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#349f97 Color Preview on White Background

Lorem ipsum dolor sit amet.

#349f97 Color CSS Codes

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

#349f97 Text Font Color

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

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


#349f97 Background Color

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

This div background color is #349f97


#349f97 Border Color

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

This div border color is #349f97


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(52,159,151, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #349f97; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #349f97;
  -webkit-box-shadow: 1px 1px 3px 2px #349f97;
  box-shadow:         1px 1px 3px 2px #349f97; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #349f97


Comments

No comments written yet.

Please login to write comment.