Color Hex Logo

#358dac Color Hex

#358DAC
(53,141,172)
0 Favorites   0 Comments

Color spaces of #358dac

RGB 53141172
HSL0.540.530.44
HSV196°69°67°
CMYK 0.690.180.00   0.33
XYZ18.439522.785242.4558
Yxy22.78520.22040.2723
Hunter Lab47.7338-14.5800-19.3205
CIE-Lab54.8504-15.9396-23.9572

#358dac color RGB value is (53,141,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 10001101 10101100
Octal 65 215 254
Decimal 53 141 172
Hex 35 8D AC

RGB Percentages of Color #358dac

%14.48
%38.52
%46.99

CMYK Percentages of Color #358dac

%69
%18
%0
%33

Triadic Colors of #358dac

#358dac #ac358d #8dac35

Analogous Colors of #358dac

#358dac #3552ac #35ac90

Monochromatic Colors of #358dac

#358dac

Complementary Color

#358dac #ac5435

#358dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#358dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#358dac Color CSS Codes

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

#358dac Text Font Color

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

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


#358dac Background Color

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

This div background color is #358dac


#358dac Border Color

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

This div border color is #358dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #358dac


Comments

No comments written yet.

Please login to write comment.