Color Hex Logo

#358aab Color Hex

#358AAB
(53,138,171)
0 Favorites   0 Comments

Color spaces of #358aab

RGB 53138171
HSL0.550.530.44
HSV197°69°67°
CMYK 0.690.190.00   0.33
XYZ17.907421.874141.8064
Yxy21.87410.21950.2681
Hunter Lab46.7698-13.5022-20.2591
CIE-Lab53.8932-14.6250-24.8588

#358aab color RGB value is (53,138,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 10001010 10101011
Octal 65 212 253
Decimal 53 138 171
Hex 35 8A AB

RGB Percentages of Color #358aab

%14.64
%38.12
%47.24

CMYK Percentages of Color #358aab

%69
%19
%0
%33

Triadic Colors of #358aab

#358aab #ab358a #8aab35

Analogous Colors of #358aab

#358aab #354fab #35ab91

Monochromatic Colors of #358aab

#358aab

Complementary Color

#358aab #ab5635

#358aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#358aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#358aab Color CSS Codes

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

#358aab Text Font Color

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

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


#358aab Background Color

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

This div background color is #358aab


#358aab Border Color

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

This div border color is #358aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #358aab

#358aab Color Palettes


Comments

No comments written yet.

Please login to write comment.