Color Hex Logo

#345beb Color Hex

#345BEB
(52,91,235)
0 Favorites   0 Comments

Color spaces of #345beb

RGB 5291235
HSL0.630.820.56
HSV227°78°92°
CMYK 0.780.610.00   0.08
XYZ20.152714.210480.2780
Yxy14.21040.17580.1240
Hunter Lab37.696729.4572-99.8750
CIE-Lab44.533237.2313-76.3119

#345beb color RGB value is (52,91,235).

#345beb hex color red value is 52, green value is 91 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #345beb hue: 0.63 , saturation: 0.82 and the lightness value of 345beb is 0.56.

The process color (four color CMYK) of #345beb color hex is 0.78, 0.61, 0.00, 0.08. Web safe color of #345beb is #3366ff. Color #345beb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01011011 11101011
Octal 64 133 353
Decimal 52 91 235
Hex 34 5B EB

RGB Percentages of Color #345beb

%13.76
%24.07
%62.17

CMYK Percentages of Color #345beb

%78
%61
%0
%8

Triadic Colors of #345beb

#345beb #eb345b #5beb34

Analogous Colors of #345beb

#345beb #6934eb #34b7eb

Monochromatic Colors of #345beb

#345beb

Complementary Color

#345beb #ebc434

#345beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#345beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#345beb Color CSS Codes

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

#345beb Text Font Color

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

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


#345beb Background Color

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

This div background color is #345beb


#345beb Border Color

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

This div border color is #345beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #345beb


Comments

No comments written yet.

Please login to write comment.