Color Hex Logo

#34958f Color Hex

#34958F
(52,149,143)
0 Favorites   0 Comments

Color spaces of #34958f

RGB 52149143
HSL0.490.480.39
HSV176°65°58°
CMYK 0.650.000.04   0.42
XYZ17.121524.208129.7568
Yxy24.20810.24090.3405
Hunter Lab49.2017-23.9876-1.4169
CIE-Lab56.2955-29.2362-5.1417

#34958f color RGB value is (52,149,143).

#34958f hex color red value is 52, green value is 149 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #34958f hue: 0.49 , saturation: 0.48 and the lightness value of 34958f is 0.39.

The process color (four color CMYK) of #34958f color hex is 0.65, 0.00, 0.04, 0.42. Web safe color of #34958f is #339999. Color #34958f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 10010101 10001111
Octal 64 225 217
Decimal 52 149 143
Hex 34 95 8F

RGB Percentages of Color #34958f

%15.12
%43.31
%41.57

CMYK Percentages of Color #34958f

%65
%0
%4
%42

Triadic Colors of #34958f

#34958f #8f3495 #958f34

Analogous Colors of #34958f

#34958f #346b95 #34955f

Monochromatic Colors of #34958f

#34958f

Complementary Color

#34958f #95343a

#34958f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#34958f Color Preview on White Background

Lorem ipsum dolor sit amet.

#34958f Color CSS Codes

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

#34958f Text Font Color

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

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


#34958f Background Color

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

This div background color is #34958f


#34958f Border Color

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

This div border color is #34958f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(52,149,143, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #34958f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #34958f;
  -webkit-box-shadow: 1px 1px 3px 2px #34958f;
  box-shadow:         1px 1px 3px 2px #34958f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #34958f


Comments

No comments written yet.

Please login to write comment.