Color Hex Logo

#348bad Color Hex

#348BAD
(52,139,173)
0 Favorites   0 Comments

Color spaces of #348bad

RGB 52139173
HSL0.550.540.44
HSV197°70°68°
CMYK 0.700.200.00   0.32
XYZ18.191622.212442.8638
Yxy22.21240.21850.2668
Hunter Lab47.1300-13.5788-20.9320
CIE-Lab54.2516-14.6618-25.4561

#348bad color RGB value is (52,139,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 10001011 10101101
Octal 64 213 255
Decimal 52 139 173
Hex 34 8B AD

RGB Percentages of Color #348bad

%14.29
%38.19
%47.53

CMYK Percentages of Color #348bad

%70
%20
%0
%32

Triadic Colors of #348bad

#348bad #ad348b #8bad34

Analogous Colors of #348bad

#348bad #344fad #34ad93

Monochromatic Colors of #348bad

#348bad

Complementary Color

#348bad #ad5634

#348bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#348bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#348bad Color CSS Codes

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

#348bad Text Font Color

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

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


#348bad Background Color

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

This div background color is #348bad


#348bad Border Color

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

This div border color is #348bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #348bad


Comments

No comments written yet.

Please login to write comment.