Color Hex Logo

#348eaa Color Hex

#348EAA
(52,142,170)
0 Favorites   0 Comments

Color spaces of #348eaa

RGB 52142170
HSL0.540.530.44
HSV194°69°67°
CMYK 0.690.160.00   0.33
XYZ18.344922.978341.4986
Yxy22.97830.22150.2774
Hunter Lab47.9357-15.5758-17.7732
CIE-Lab55.0500-17.2957-22.5066

#348eaa color RGB value is (52,142,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 10001110 10101010
Octal 64 216 252
Decimal 52 142 170
Hex 34 8E AA

RGB Percentages of Color #348eaa

%14.29
%39.01
%46.70

CMYK Percentages of Color #348eaa

%69
%16
%0
%33

Triadic Colors of #348eaa

#348eaa #aa348e #8eaa34

Analogous Colors of #348eaa

#348eaa #3453aa #34aa8b

Monochromatic Colors of #348eaa

#348eaa

Complementary Color

#348eaa #aa5034

#348eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#348eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#348eaa Color CSS Codes

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

#348eaa Text Font Color

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

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


#348eaa Background Color

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

This div background color is #348eaa


#348eaa Border Color

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

This div border color is #348eaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(52,142,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 #348eaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #348eaa


Comments

No comments written yet.

Please login to write comment.