Color Hex Logo

#358eac Color Hex

#358EAC
(53,142,172)
0 Favorites   0 Comments

Color spaces of #358eac

RGB 53142172
HSL0.540.530.44
HSV195°69°67°
CMYK 0.690.170.00   0.33
XYZ18.587623.081442.5052
Yxy23.08140.22080.2742
Hunter Lab48.0431-15.0148-18.8255
CIE-Lab55.1561-16.4844-23.4868

#358eac color RGB value is (53,142,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 10001110 10101100
Octal 65 216 254
Decimal 53 142 172
Hex 35 8E AC

RGB Percentages of Color #358eac

%14.44
%38.69
%46.87

CMYK Percentages of Color #358eac

%69
%17
%0
%33

Triadic Colors of #358eac

#358eac #ac358e #8eac35

Analogous Colors of #358eac

#358eac #3553ac #35ac8f

Monochromatic Colors of #358eac

#358eac

Complementary Color

#358eac #ac5335

#358eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#358eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#358eac Color CSS Codes

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

#358eac Text Font Color

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

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


#358eac Background Color

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

This div background color is #358eac


#358eac Border Color

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

This div border color is #358eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #358eac


Comments

No comments written yet.

Please login to write comment.