Color Hex Logo

#348dad Color Hex

#348DAD
(52,141,173)
0 Favorites   0 Comments

Color spaces of #348dad

RGB 52141173
HSL0.540.540.44
HSV196°70°68°
CMYK 0.700.180.00   0.32
XYZ18.483922.796942.9612
Yxy22.79690.21940.2706
Hunter Lab47.7461-14.4531-19.9260
CIE-Lab54.8625-15.7597-24.5138

#348dad color RGB value is (52,141,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 10001101 10101101
Octal 64 215 255
Decimal 52 141 173
Hex 34 8D AD

RGB Percentages of Color #348dad

%14.21
%38.52
%47.27

CMYK Percentages of Color #348dad

%70
%18
%0
%32

Triadic Colors of #348dad

#348dad #ad348d #8dad34

Analogous Colors of #348dad

#348dad #3451ad #34ad91

Monochromatic Colors of #348dad

#348dad

Complementary Color

#348dad #ad5434

#348dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#348dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#348dad Color CSS Codes

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

#348dad Text Font Color

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

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


#348dad Background Color

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

This div background color is #348dad


#348dad Border Color

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

This div border color is #348dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #348dad


Comments

No comments written yet.

Please login to write comment.