Color Hex Logo

#345aee Color Hex

#345AEE
(52,90,238)
0 Favorites   0 Comments

Color spaces of #345aee

RGB 5290238
HSL0.630.850.57
HSV228°78°93°
CMYK 0.780.620.00   0.07
XYZ20.505014.215482.5520
Yxy14.21540.17480.1212
Hunter Lab37.703331.0967-103.4241
CIE-Lab44.540338.9280-77.9898

#345aee color RGB value is (52,90,238).

#345aee hex color red value is 52, green value is 90 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #345aee hue: 0.63 , saturation: 0.85 and the lightness value of 345aee is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 01011010 11101110
Octal 64 132 356
Decimal 52 90 238
Hex 34 5A EE

RGB Percentages of Color #345aee

%13.68
%23.68
%62.63

CMYK Percentages of Color #345aee

%78
%62
%0
%7

Triadic Colors of #345aee

#345aee #ee345a #5aee34

Analogous Colors of #345aee

#345aee #6b34ee #34b7ee

Monochromatic Colors of #345aee

#345aee

Complementary Color

#345aee #eec834

#345aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#345aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#345aee Color CSS Codes

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

#345aee Text Font Color

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

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


#345aee Background Color

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

This div background color is #345aee


#345aee Border Color

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

This div border color is #345aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #345aee


Comments

No comments written yet.

Please login to write comment.