Color Hex Logo

#359dad Color Hex

#359DAD
(53,157,173)
0 Favorites   0 Comments

Color spaces of #359dad

RGB 53157173
HSL0.520.530.44
HSV188°69°68°
CMYK 0.690.090.00   0.32
XYZ21.068027.888043.8077
Yxy27.88800.22710.3006
Hunter Lab52.8091-21.2040-12.2176
CIE-Lab59.7874-24.0727-16.9798

#359dad color RGB value is (53,157,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 10011101 10101101
Octal 65 235 255
Decimal 53 157 173
Hex 35 9D AD

RGB Percentages of Color #359dad

%13.84
%40.99
%45.17

CMYK Percentages of Color #359dad

%69
%9
%0
%32

Triadic Colors of #359dad

#359dad #ad359d #9dad35

Analogous Colors of #359dad

#359dad #3561ad #35ad81

Monochromatic Colors of #359dad

#359dad

Complementary Color

#359dad #ad4535

#359dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#359dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#359dad Color CSS Codes

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

#359dad Text Font Color

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

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


#359dad Background Color

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

This div background color is #359dad


#359dad Border Color

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

This div border color is #359dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #359dad


Comments

No comments written yet.

Please login to write comment.