Color Hex Logo

#357eea Color Hex

#357EEA
(53,126,234)
0 Favorites   0 Comments

Color spaces of #357eea

RGB 53126234
HSL0.600.810.56
HSV216°77°92°
CMYK 0.770.460.00   0.08
XYZ23.780321.619180.7614
Yxy21.61910.18850.1714
Hunter Lab46.49639.9242-70.4358
CIE-Lab53.620514.9738-61.0060

#357eea color RGB value is (53,126,234).

#357eea hex color red value is 53, green value is 126 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #357eea hue: 0.60 , saturation: 0.81 and the lightness value of 357eea is 0.56.

The process color (four color CMYK) of #357eea color hex is 0.77, 0.46, 0.00, 0.08. Web safe color of #357eea is #3366ff. Color #357eea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01111110 11101010
Octal 65 176 352
Decimal 53 126 234
Hex 35 7E EA

RGB Percentages of Color #357eea

%12.83
%30.51
%56.66

CMYK Percentages of Color #357eea

%77
%46
%0
%8

Triadic Colors of #357eea

#357eea #ea357e #7eea35

Analogous Colors of #357eea

#357eea #4635ea #35d9ea

Monochromatic Colors of #357eea

#357eea

Complementary Color

#357eea #eaa135

#357eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#357eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#357eea Color CSS Codes

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

#357eea Text Font Color

<p style="color:#357eea">Text here</p>

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


#357eea Background Color

<div style="background-color:#357eea">
Div content here</div>

This div background color is #357eea


#357eea Border Color

<div style="border:3px solid #357eea">
Div here</div>

This div border color is #357eea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,126,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #357eea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #357eea;
  -webkit-box-shadow: 1px 1px 3px 2px #357eea;
  box-shadow:         1px 1px 3px 2px #357eea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,126,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #357eea


Comments

No comments written yet.

Please login to write comment.