Color Hex Logo

#355cac Color Hex

#355CAC
(53,92,172)
0 Favorites   0 Comments

Color spaces of #355cac

RGB 5392172
HSL0.610.530.44
HSV220°69°67°
CMYK 0.690.470.00   0.33
XYZ12.741711.389740.5566
Yxy11.38970.19700.1761
Hunter Lab33.74868.3321-47.6263
CIE-Lab40.229213.5303-46.9541

#355cac color RGB value is (53,92,172).

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

The process color (four color CMYK) of #355cac color hex is 0.69, 0.47, 0.00, 0.33. Web safe color of #355cac is #336699. Color #355cac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01011100 10101100
Octal 65 134 254
Decimal 53 92 172
Hex 35 5C AC

RGB Percentages of Color #355cac

%16.72
%29.02
%54.26

CMYK Percentages of Color #355cac

%69
%47
%0
%33

Triadic Colors of #355cac

#355cac #ac355c #5cac35

Analogous Colors of #355cac

#355cac #4935ac #3598ac

Monochromatic Colors of #355cac

#355cac

Complementary Color

#355cac #ac8535

#355cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#355cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#355cac Color CSS Codes

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

#355cac Text Font Color

<p style="color:#355cac">Text here</p>

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


#355cac Background Color

<div style="background-color:#355cac">
Div content here</div>

This div background color is #355cac


#355cac Border Color

<div style="border:3px solid #355cac">
Div here</div>

This div border color is #355cac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,92,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 #355cac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #355cac


Comments

No comments written yet.

Please login to write comment.