Color Hex Logo

#359faf Color Hex

#359FAF
(53,159,175)
0 Favorites   0 Comments

Color spaces of #359faf

RGB 53159175
HSL0.520.540.45
HSV188°70°69°
CMYK 0.700.090.00   0.31
XYZ21.604228.648344.9485
Yxy28.64830.22690.3009
Hunter Lab53.5241-21.6183-12.3237
CIE-Lab60.4700-24.4691-17.0736

#359faf color RGB value is (53,159,175).

#359faf hex color red value is 53, green value is 159 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #359faf hue: 0.52 , saturation: 0.54 and the lightness value of 359faf is 0.45.

The process color (four color CMYK) of #359faf color hex is 0.70, 0.09, 0.00, 0.31. Web safe color of #359faf is #339999. Color #359faf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10011111 10101111
Octal 65 237 257
Decimal 53 159 175
Hex 35 9F AF

RGB Percentages of Color #359faf

%13.70
%41.09
%45.22

CMYK Percentages of Color #359faf

%70
%9
%0
%31

Triadic Colors of #359faf

#359faf #af359f #9faf35

Analogous Colors of #359faf

#359faf #3562af #35af82

Monochromatic Colors of #359faf

#359faf

Complementary Color

#359faf #af4535

#359faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#359faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#359faf Color CSS Codes

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

#359faf Text Font Color

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

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


#359faf Background Color

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

This div background color is #359faf


#359faf Border Color

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

This div border color is #359faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #359faf


Comments

No comments written yet.

Please login to write comment.