Color Hex Logo

#357fae Color Hex

#357FAE
(53,127,174)
0 Favorites   0 Comments

Color spaces of #357fae

RGB 53127174
HSL0.560.530.45
HSV203°70°68°
CMYK 0.700.270.00   0.32
XYZ16.697618.991642.8301
Yxy18.99160.21270.2419
Hunter Lab43.5794-7.8709-27.7651
CIE-Lab50.6774-7.3699-31.5802

#357fae color RGB value is (53,127,174).

#357fae hex color red value is 53, green value is 127 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #357fae hue: 0.56 , saturation: 0.53 and the lightness value of 357fae is 0.45.

The process color (four color CMYK) of #357fae color hex is 0.70, 0.27, 0.00, 0.32. Web safe color of #357fae is #336699. Color #357fae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01111111 10101110
Octal 65 177 256
Decimal 53 127 174
Hex 35 7F AE

RGB Percentages of Color #357fae

%14.97
%35.88
%49.15

CMYK Percentages of Color #357fae

%70
%27
%0
%32

Triadic Colors of #357fae

#357fae #ae357f #7fae35

Analogous Colors of #357fae

#357fae #3542ae #35aea1

Monochromatic Colors of #357fae

#357fae

Complementary Color

#357fae #ae6435

#357fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#357fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#357fae Color CSS Codes

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

#357fae Text Font Color

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

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


#357fae Background Color

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

This div background color is #357fae


#357fae Border Color

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

This div border color is #357fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #357fae


Comments

No comments written yet.

Please login to write comment.