Color Hex Logo

#34949e Color Hex

#34949E
(52,148,158)
0 Favorites   0 Comments

Color spaces of #34949e

RGB 52148158
HSL0.520.500.41
HSV186°67°62°
CMYK 0.670.060.00   0.38
XYZ18.177624.378536.0952
Yxy24.37850.23110.3100
Hunter Lab49.3746-20.6895-8.7816
CIE-Lab56.4648-24.2751-13.4789

#34949e color RGB value is (52,148,158).

#34949e hex color red value is 52, green value is 148 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #34949e hue: 0.52 , saturation: 0.50 and the lightness value of 34949e is 0.41.

The process color (four color CMYK) of #34949e color hex is 0.67, 0.06, 0.00, 0.38. Web safe color of #34949e is #339999. Color #34949e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 10010100 10011110
Octal 64 224 236
Decimal 52 148 158
Hex 34 94 9E

RGB Percentages of Color #34949e

%14.53
%41.34
%44.13

CMYK Percentages of Color #34949e

%67
%6
%0
%38

Triadic Colors of #34949e

#34949e #9e3494 #949e34

Analogous Colors of #34949e

#34949e #345f9e #349e73

Monochromatic Colors of #34949e

#34949e

Complementary Color

#34949e #9e3e34

#34949e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#34949e Color Preview on White Background

Lorem ipsum dolor sit amet.

#34949e Color CSS Codes

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

#34949e Text Font Color

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

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


#34949e Background Color

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

This div background color is #34949e


#34949e Border Color

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

This div border color is #34949e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(52,148,158, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #34949e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #34949e;
  -webkit-box-shadow: 1px 1px 3px 2px #34949e;
  box-shadow:         1px 1px 3px 2px #34949e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #34949e


Comments

No comments written yet.

Please login to write comment.