Color Hex Logo

#348aad Color Hex

#348AAD
(52,138,173)
0 Favorites   0 Comments

Color spaces of #348aad

RGB 52138173
HSL0.550.540.44
HSV197°70°68°
CMYK 0.700.200.00   0.32
XYZ18.047521.924242.8157
Yxy21.92420.21800.2648
Hunter Lab46.8233-13.1400-21.4391
CIE-Lab53.9465-14.1093-25.9274

#348aad color RGB value is (52,138,173).

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

The process color (four color CMYK) of #348aad color hex is 0.70, 0.20, 0.00, 0.32. Web safe color of #348aad is #339999. Color #348aad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 10001010 10101101
Octal 64 212 255
Decimal 52 138 173
Hex 34 8A AD

RGB Percentages of Color #348aad

%14.33
%38.02
%47.66

CMYK Percentages of Color #348aad

%70
%20
%0
%32

Triadic Colors of #348aad

#348aad #ad348a #8aad34

Analogous Colors of #348aad

#348aad #344ead #34ad94

Monochromatic Colors of #348aad

#348aad

Complementary Color

#348aad #ad5734

#348aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#348aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#348aad Color CSS Codes

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

#348aad Text Font Color

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

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


#348aad Background Color

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

This div background color is #348aad


#348aad Border Color

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

This div border color is #348aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #348aad


Comments

No comments written yet.

Please login to write comment.