Color Hex Logo

#358dba Color Hex

#358DBA
(53,141,186)
0 Favorites   0 Comments

Color spaces of #358dba

RGB 53141186
HSL0.560.560.47
HSV200°72°73°
CMYK 0.720.240.00   0.27
XYZ19.856023.351849.9152
Yxy23.35180.21320.2508
Hunter Lab48.3237-11.2216-27.4161
CIE-Lab55.4329-11.2206-31.0528

#358dba color RGB value is (53,141,186).

#358dba hex color red value is 53, green value is 141 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #358dba hue: 0.56 , saturation: 0.56 and the lightness value of 358dba is 0.47.

The process color (four color CMYK) of #358dba color hex is 0.72, 0.24, 0.00, 0.27. Web safe color of #358dba is #3399cc. Color #358dba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10001101 10111010
Octal 65 215 272
Decimal 53 141 186
Hex 35 8D BA

RGB Percentages of Color #358dba

%13.95
%37.11
%48.95

CMYK Percentages of Color #358dba

%72
%24
%0
%27

Triadic Colors of #358dba

#358dba #ba358d #8dba35

Analogous Colors of #358dba

#358dba #354bba #35baa5

Monochromatic Colors of #358dba

#358dba

Complementary Color

#358dba #ba6235

#358dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#358dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#358dba Color CSS Codes

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

#358dba Text Font Color

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

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


#358dba Background Color

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

This div background color is #358dba


#358dba Border Color

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

This div border color is #358dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #358dba


Comments

No comments written yet.

Please login to write comment.