Color Hex Logo

#347eab Color Hex

#347EAB
(52,126,171)
0 Favorites   0 Comments

Color spaces of #347eab

RGB 52126171
HSL0.560.530.44
HSV203°70°67°
CMYK 0.700.260.00   0.33
XYZ16.227718.592041.2614
Yxy18.59200.21330.2444
Hunter Lab43.1184-8.2785-26.5536
CIE-Lab50.2064-7.9918-30.5808

#347eab color RGB value is (52,126,171).

#347eab hex color red value is 52, green value is 126 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #347eab hue: 0.56 , saturation: 0.53 and the lightness value of 347eab is 0.44.

The process color (four color CMYK) of #347eab color hex is 0.70, 0.26, 0.00, 0.33. Web safe color of #347eab is #336699. Color #347eab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01111110 10101011
Octal 64 176 253
Decimal 52 126 171
Hex 34 7E AB

RGB Percentages of Color #347eab

%14.90
%36.10
%49.00

CMYK Percentages of Color #347eab

%70
%26
%0
%33

Triadic Colors of #347eab

#347eab #ab347e #7eab34

Analogous Colors of #347eab

#347eab #3442ab #34ab9d

Monochromatic Colors of #347eab

#347eab

Complementary Color

#347eab #ab6134

#347eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#347eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#347eab Color CSS Codes

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

#347eab Text Font Color

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

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


#347eab Background Color

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

This div background color is #347eab


#347eab Border Color

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

This div border color is #347eab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(52,126,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #347eab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #347eab;
  -webkit-box-shadow: 1px 1px 3px 2px #347eab;
  box-shadow:         1px 1px 3px 2px #347eab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #347eab


Comments

No comments written yet.

Please login to write comment.