Color Hex Logo

#348aab Color Hex

#348AAB
(52,138,171)
0 Favorites   0 Comments

Color spaces of #348aab

RGB 52138171
HSL0.550.530.44
HSV197°70°67°
CMYK 0.700.190.00   0.33
XYZ17.855321.847341.8040
Yxy21.84730.21910.2680
Hunter Lab46.7411-13.6091-20.3086
CIE-Lab53.8646-14.7802-24.9052

#348aab color RGB value is (52,138,171).

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

The process color (four color CMYK) of #348aab color hex is 0.70, 0.19, 0.00, 0.33. Web safe color of #348aab is #339999. Color #348aab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 10001010 10101011
Octal 64 212 253
Decimal 52 138 171
Hex 34 8A AB

RGB Percentages of Color #348aab

%14.40
%38.23
%47.37

CMYK Percentages of Color #348aab

%70
%19
%0
%33

Triadic Colors of #348aab

#348aab #ab348a #8aab34

Analogous Colors of #348aab

#348aab #344eab #34ab91

Monochromatic Colors of #348aab

#348aab

Complementary Color

#348aab #ab5534

#348aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#348aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#348aab Color CSS Codes

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

#348aab Text Font Color

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

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


#348aab Background Color

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

This div background color is #348aab


#348aab Border Color

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

This div border color is #348aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #348aab


Comments

No comments written yet.

Please login to write comment.