Color Hex Logo

#357fdc Color Hex

#357FDC
(53,127,220)
0 Favorites   0 Comments

Color spaces of #357fdc

RGB 53127220
HSL0.590.700.54
HSV213°76°86°
CMYK 0.760.420.00   0.14
XYZ21.975821.102970.6252
Yxy21.10290.19330.1856
Hunter Lab45.93794.9996-58.9963
CIE-Lab53.06199.2018-54.0541

#357fdc color RGB value is (53,127,220).

#357fdc hex color red value is 53, green value is 127 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #357fdc hue: 0.59 , saturation: 0.70 and the lightness value of 357fdc is 0.54.

The process color (four color CMYK) of #357fdc color hex is 0.76, 0.42, 0.00, 0.14. Web safe color of #357fdc is #3366cc. Color #357fdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01111111 11011100
Octal 65 177 334
Decimal 53 127 220
Hex 35 7F DC

RGB Percentages of Color #357fdc

%13.25
%31.75
%55.00

CMYK Percentages of Color #357fdc

%76
%42
%0
%14

Triadic Colors of #357fdc

#357fdc #dc357f #7fdc35

Analogous Colors of #357fdc

#357fdc #3f35dc #35d3dc

Monochromatic Colors of #357fdc

#357fdc

Complementary Color

#357fdc #dc9235

#357fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#357fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#357fdc Color CSS Codes

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

#357fdc Text Font Color

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

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


#357fdc Background Color

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

This div background color is #357fdc


#357fdc Border Color

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

This div border color is #357fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #357fdc


Comments

No comments written yet.

Please login to write comment.