Color Hex Logo

#347aeb Color Hex

#347AEB
(52,122,235)
0 Favorites   0 Comments

Color spaces of #347aeb

RGB 52122235
HSL0.600.820.56
HSV217°78°92°
CMYK 0.780.480.00   0.08
XYZ23.371120.647381.3508
Yxy20.64730.18640.1647
Hunter Lab45.439312.2903-74.3404
CIE-Lab52.561317.7217-63.2716

#347aeb color RGB value is (52,122,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 01111010 11101011
Octal 64 172 353
Decimal 52 122 235
Hex 34 7A EB

RGB Percentages of Color #347aeb

%12.71
%29.83
%57.46

CMYK Percentages of Color #347aeb

%78
%48
%0
%8

Triadic Colors of #347aeb

#347aeb #eb347a #7aeb34

Analogous Colors of #347aeb

#347aeb #4a34eb #34d6eb

Monochromatic Colors of #347aeb

#347aeb

Complementary Color

#347aeb #eba534

#347aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#347aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#347aeb Color CSS Codes

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

#347aeb Text Font Color

<p style="color:#347aeb">Text here</p>

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


#347aeb Background Color

<div style="background-color:#347aeb">
Div content here</div>

This div background color is #347aeb


#347aeb Border Color

<div style="border:3px solid #347aeb">
Div here</div>

This div border color is #347aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #347aeb


Comments

No comments written yet.

Please login to write comment.