Color Hex Logo

#358faa Color Hex

#358FAA
(53,143,170)
0 Favorites   0 Comments

Color spaces of #358faa

RGB 53143170
HSL0.540.520.44
HSV194°69°67°
CMYK 0.690.160.00   0.33
XYZ18.546423.304141.5509
Yxy23.30410.22240.2794
Hunter Lab48.2743-15.9026-17.2403
CIE-Lab55.3842-17.6822-21.9913

#358faa color RGB value is (53,143,170).

#358faa hex color red value is 53, green value is 143 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #358faa hue: 0.54 , saturation: 0.52 and the lightness value of 358faa is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 10001111 10101010
Octal 65 217 252
Decimal 53 143 170
Hex 35 8F AA

RGB Percentages of Color #358faa

%14.48
%39.07
%46.45

CMYK Percentages of Color #358faa

%69
%16
%0
%33

Triadic Colors of #358faa

#358faa #aa358f #8faa35

Analogous Colors of #358faa

#358faa #3555aa #35aa8b

Monochromatic Colors of #358faa

#358faa

Complementary Color

#358faa #aa5035

#358faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#358faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#358faa Color CSS Codes

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

#358faa Text Font Color

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

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


#358faa Background Color

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

This div background color is #358faa


#358faa Border Color

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

This div border color is #358faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #358faa


Comments

No comments written yet.

Please login to write comment.