Color Hex Logo

#357fec Color Hex

#357FEC
(53,127,236)
0 Favorites   0 Comments

Color spaces of #357fec

RGB 53127236
HSL0.600.830.57
HSV216°78°93°
CMYK 0.780.460.00   0.07
XYZ24.197921.991882.3263
Yxy21.99180.18830.1711
Hunter Lab46.895410.0385-71.2586
CIE-Lab54.018315.0927-61.4821

#357fec color RGB value is (53,127,236).

#357fec hex color red value is 53, green value is 127 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #357fec hue: 0.60 , saturation: 0.83 and the lightness value of 357fec is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 01111111 11101100
Octal 65 177 354
Decimal 53 127 236
Hex 35 7F EC

RGB Percentages of Color #357fec

%12.74
%30.53
%56.73

CMYK Percentages of Color #357fec

%78
%46
%0
%7

Triadic Colors of #357fec

#357fec #ec357f #7fec35

Analogous Colors of #357fec

#357fec #4735ec #35dbec

Monochromatic Colors of #357fec

#357fec

Complementary Color

#357fec #eca235

#357fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#357fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#357fec Color CSS Codes

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

#357fec Text Font Color

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

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


#357fec Background Color

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

This div background color is #357fec


#357fec Border Color

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

This div border color is #357fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #357fec


Comments

No comments written yet.

Please login to write comment.