Color Hex Logo

#357dac Color Hex

#357DAC
(53,125,172)
0 Favorites   0 Comments

Color spaces of #357dac

RGB 53125172
HSL0.570.530.44
HSV204°69°67°
CMYK 0.690.270.00   0.33
XYZ16.248218.402741.7254
Yxy18.40270.21270.2409
Hunter Lab42.8984-7.4634-27.6400
CIE-Lab49.9809-6.9032-31.5100

#357dac color RGB value is (53,125,172).

#357dac hex color red value is 53, green value is 125 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #357dac hue: 0.57 , saturation: 0.53 and the lightness value of 357dac is 0.44.

The process color (four color CMYK) of #357dac color hex is 0.69, 0.27, 0.00, 0.33. Web safe color of #357dac is #336699. Color #357dac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01111101 10101100
Octal 65 175 254
Decimal 53 125 172
Hex 35 7D AC

RGB Percentages of Color #357dac

%15.14
%35.71
%49.14

CMYK Percentages of Color #357dac

%69
%27
%0
%33

Triadic Colors of #357dac

#357dac #ac357d #7dac35

Analogous Colors of #357dac

#357dac #3541ac #35aca0

Monochromatic Colors of #357dac

#357dac

Complementary Color

#357dac #ac6435

#357dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#357dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#357dac Color CSS Codes

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

#357dac Text Font Color

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

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


#357dac Background Color

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

This div background color is #357dac


#357dac Border Color

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

This div border color is #357dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #357dac


Comments

No comments written yet.

Please login to write comment.