Color Hex Logo

#358bab Color Hex

#358BAB
(53,139,171)
0 Favorites   0 Comments

Color spaces of #358bab

RGB 53139171
HSL0.550.530.44
HSV196°69°67°
CMYK 0.690.190.00   0.33
XYZ18.051522.162441.8544
Yxy22.16240.22000.2700
Hunter Lab47.0770-13.9395-19.7587
CIE-Lab54.1989-15.1760-24.3873

#358bab color RGB value is (53,139,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 10001011 10101011
Octal 65 213 253
Decimal 53 139 171
Hex 35 8B AB

RGB Percentages of Color #358bab

%14.60
%38.29
%47.11

CMYK Percentages of Color #358bab

%69
%19
%0
%33

Triadic Colors of #358bab

#358bab #ab358b #8bab35

Analogous Colors of #358bab

#358bab #3550ab #35ab90

Monochromatic Colors of #358bab

#358bab

Complementary Color

#358bab #ab5535

#358bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#358bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#358bab Color CSS Codes

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

#358bab Text Font Color

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

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


#358bab Background Color

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

This div background color is #358bab


#358bab Border Color

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

This div border color is #358bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #358bab


Comments

No comments written yet.

Please login to write comment.