Color Hex Logo

#359dac Color Hex

#359DAC
(53,157,172)
0 Favorites   0 Comments

Color spaces of #359dac

RGB 53157172
HSL0.520.530.44
HSV188°69°67°
CMYK 0.690.090.00   0.33
XYZ20.971627.849443.2999
Yxy27.84940.22770.3023
Hunter Lab52.7725-21.4167-11.7067
CIE-Lab59.7524-24.3841-16.4674

#359dac color RGB value is (53,157,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 10011101 10101100
Octal 65 235 254
Decimal 53 157 172
Hex 35 9D AC

RGB Percentages of Color #359dac

%13.87
%41.10
%45.03

CMYK Percentages of Color #359dac

%69
%9
%0
%33

Triadic Colors of #359dac

#359dac #ac359d #9dac35

Analogous Colors of #359dac

#359dac #3561ac #35ac80

Monochromatic Colors of #359dac

#359dac

Complementary Color

#359dac #ac4435

#359dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#359dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#359dac Color CSS Codes

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

#359dac Text Font Color

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

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


#359dac Background Color

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

This div background color is #359dac


#359dac Border Color

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

This div border color is #359dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #359dac


Comments

No comments written yet.

Please login to write comment.