Color Hex Logo

#34879a Color Hex

#34879A
(52,135,154)
0 Favorites   0 Comments

Color spaces of #34879a

RGB 52135154
HSL0.530.500.40
HSV191°66°60°
CMYK 0.660.120.00   0.40
XYZ15.912920.391133.6690
Yxy20.39110.22740.2914
Hunter Lab45.1565-16.1215-12.5975
CIE-Lab52.2765-18.7201-17.5265

#34879a color RGB value is (52,135,154).

#34879a hex color red value is 52, green value is 135 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #34879a hue: 0.53 , saturation: 0.50 and the lightness value of 34879a is 0.40.

The process color (four color CMYK) of #34879a color hex is 0.66, 0.12, 0.00, 0.40. Web safe color of #34879a is #339999. Color #34879a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 10000111 10011010
Octal 64 207 232
Decimal 52 135 154
Hex 34 87 9A

RGB Percentages of Color #34879a

%15.25
%39.59
%45.16

CMYK Percentages of Color #34879a

%66
%12
%0
%40

Triadic Colors of #34879a

#34879a #9a3487 #879a34

Analogous Colors of #34879a

#34879a #34549a #349a7a

Monochromatic Colors of #34879a

#34879a

Complementary Color

#34879a #9a4734

#34879a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#34879a Color Preview on White Background

Lorem ipsum dolor sit amet.

#34879a Color CSS Codes

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

#34879a Text Font Color

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

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


#34879a Background Color

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

This div background color is #34879a


#34879a Border Color

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

This div border color is #34879a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(52,135,154, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #34879a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #34879a;
  -webkit-box-shadow: 1px 1px 3px 2px #34879a;
  box-shadow:         1px 1px 3px 2px #34879a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #34879a


Comments

No comments written yet.

Please login to write comment.