Color Hex Logo

#345eab Color Hex

#345EAB
(52,94,171)
0 Favorites   0 Comments

Color spaces of #345eab

RGB 5294171
HSL0.610.530.44
HSV219°70°67°
CMYK 0.700.450.00   0.33
XYZ12.769611.675740.1087
Yxy11.67570.19780.1809
Hunter Lab34.16976.9104-45.6763
CIE-Lab40.696011.7051-45.6176

#345eab color RGB value is (52,94,171).

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

The process color (four color CMYK) of #345eab color hex is 0.70, 0.45, 0.00, 0.33. Web safe color of #345eab is #336699. Color #345eab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01011110 10101011
Octal 64 136 253
Decimal 52 94 171
Hex 34 5E AB

RGB Percentages of Color #345eab

%16.40
%29.65
%53.94

CMYK Percentages of Color #345eab

%70
%45
%0
%33

Triadic Colors of #345eab

#345eab #ab345e #5eab34

Analogous Colors of #345eab

#345eab #4634ab #349aab

Monochromatic Colors of #345eab

#345eab

Complementary Color

#345eab #ab8134

#345eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#345eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#345eab Color CSS Codes

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

#345eab Text Font Color

<p style="color:#345eab">Text here</p>

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


#345eab Background Color

<div style="background-color:#345eab">
Div content here</div>

This div background color is #345eab


#345eab Border Color

<div style="border:3px solid #345eab">
Div here</div>

This div border color is #345eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #345eab


Comments

No comments written yet.

Please login to write comment.