Color Hex Logo

#357fef Color Hex

#357FEF
(53,127,239)
0 Favorites   0 Comments

Color spaces of #357fef

RGB 53127239
HSL0.600.850.57
HSV216°78°94°
CMYK 0.780.470.00   0.06
XYZ24.637622.167684.6416
Yxy22.16760.18740.1686
Hunter Lab47.082511.0122-73.6297
CIE-Lab54.204416.1986-62.8535

#357fef color RGB value is (53,127,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 01111111 11101111
Octal 65 177 357
Decimal 53 127 239
Hex 35 7F EF

RGB Percentages of Color #357fef

%12.65
%30.31
%57.04

CMYK Percentages of Color #357fef

%78
%47
%0
%6

Triadic Colors of #357fef

#357fef #ef357f #7fef35

Analogous Colors of #357fef

#357fef #4835ef #35dcef

Monochromatic Colors of #357fef

#357fef

Complementary Color

#357fef #efa535

#357fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#357fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#357fef Color CSS Codes

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

#357fef Text Font Color

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

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


#357fef Background Color

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

This div background color is #357fef


#357fef Border Color

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

This div border color is #357fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #357fef


Comments

No comments written yet.

Please login to write comment.