Color Hex Logo

#358fac Color Hex

#358FAC
(53,143,172)
0 Favorites   0 Comments

Color spaces of #358fac

RGB 53143172
HSL0.540.530.44
HSV195°69°67°
CMYK 0.690.170.00   0.33
XYZ18.737123.380442.5550
Yxy23.38040.22130.2761
Hunter Lab48.3533-15.4487-18.3329
CIE-Lab55.4620-17.0271-23.0164

#358fac color RGB value is (53,143,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 10001111 10101100
Octal 65 217 254
Decimal 53 143 172
Hex 35 8F AC

RGB Percentages of Color #358fac

%14.40
%38.86
%46.74

CMYK Percentages of Color #358fac

%69
%17
%0
%33

Triadic Colors of #358fac

#358fac #ac358f #8fac35

Analogous Colors of #358fac

#358fac #3554ac #35ac8e

Monochromatic Colors of #358fac

#358fac

Complementary Color

#358fac #ac5235

#358fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#358fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#358fac Color CSS Codes

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

#358fac Text Font Color

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

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


#358fac Background Color

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

This div background color is #358fac


#358fac Border Color

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

This div border color is #358fac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #358fac


Comments

No comments written yet.

Please login to write comment.