Color Hex Logo

#358bac Color Hex

#358BAC
(53,139,172)
0 Favorites   0 Comments

Color spaces of #358bac

RGB 53139172
HSL0.550.530.44
HSV197°69°67°
CMYK 0.690.190.00   0.33
XYZ18.147222.200742.3584
Yxy22.20070.21940.2684
Hunter Lab47.1176-13.7071-20.3189
CIE-Lab54.2393-14.8432-24.8990

#358bac color RGB value is (53,139,172).

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

The process color (four color CMYK) of #358bac color hex is 0.69, 0.19, 0.00, 0.33. Web safe color of #358bac is #339999. Color #358bac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10001011 10101100
Octal 65 213 254
Decimal 53 139 172
Hex 35 8B AC

RGB Percentages of Color #358bac

%14.56
%38.19
%47.25

CMYK Percentages of Color #358bac

%69
%19
%0
%33

Triadic Colors of #358bac

#358bac #ac358b #8bac35

Analogous Colors of #358bac

#358bac #354fac #35ac92

Monochromatic Colors of #358bac

#358bac

Complementary Color

#358bac #ac5635

#358bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#358bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#358bac Color CSS Codes

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

#358bac Text Font Color

<p style="color:#358bac">Text here</p>

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


#358bac Background Color

<div style="background-color:#358bac">
Div content here</div>

This div background color is #358bac


#358bac Border Color

<div style="border:3px solid #358bac">
Div here</div>

This div border color is #358bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #358bac


Comments

No comments written yet.

Please login to write comment.