Color Hex Logo

#348baa Color Hex

#348BAA
(52,139,170)
0 Favorites   0 Comments

Color spaces of #348baa

RGB 52139170
HSL0.540.530.44
HSV196°69°67°
CMYK 0.690.180.00   0.33
XYZ17.904522.097641.3518
Yxy22.09760.22010.2716
Hunter Lab47.0081-14.2768-19.2502
CIE-Lab54.1304-15.6631-23.9209

#348baa color RGB value is (52,139,170).

#348baa hex color red value is 52, green value is 139 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #348baa hue: 0.54 , saturation: 0.53 and the lightness value of 348baa is 0.44.

The process color (four color CMYK) of #348baa color hex is 0.69, 0.18, 0.00, 0.33. Web safe color of #348baa is #339999. Color #348baa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 10001011 10101010
Octal 64 213 252
Decimal 52 139 170
Hex 34 8B AA

RGB Percentages of Color #348baa

%14.40
%38.50
%47.09

CMYK Percentages of Color #348baa

%69
%18
%0
%33

Triadic Colors of #348baa

#348baa #aa348b #8baa34

Analogous Colors of #348baa

#348baa #3450aa #34aa8e

Monochromatic Colors of #348baa

#348baa

Complementary Color

#348baa #aa5334

#348baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#348baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#348baa Color CSS Codes

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

#348baa Text Font Color

<p style="color:#348baa">Text here</p>

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


#348baa Background Color

<div style="background-color:#348baa">
Div content here</div>

This div background color is #348baa


#348baa Border Color

<div style="border:3px solid #348baa">
Div here</div>

This div border color is #348baa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(52,139,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #348baa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #348baa;
  -webkit-box-shadow: 1px 1px 3px 2px #348baa;
  box-shadow:         1px 1px 3px 2px #348baa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #348baa


Comments

No comments written yet.

Please login to write comment.