Color Hex Logo

#359afa Color Hex

#359AFA
(53,154,250)
0 Favorites   0 Comments

Color spaces of #359afa

RGB 53154250
HSL0.580.950.59
HSV209°79°98°
CMYK 0.790.380.00   0.02
XYZ30.279130.770294.7858
Yxy30.77020.19430.1975
Hunter Lab55.47090.3612-62.4821
CIE-Lab62.31323.9282-55.9440

#359afa color RGB value is (53,154,250).

#359afa hex color red value is 53, green value is 154 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #359afa hue: 0.58 , saturation: 0.95 and the lightness value of 359afa is 0.59.

The process color (four color CMYK) of #359afa color hex is 0.79, 0.38, 0.00, 0.02. Web safe color of #359afa is #3399ff. Color #359afa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10011010 11111010
Octal 65 232 372
Decimal 53 154 250
Hex 35 9A FA

RGB Percentages of Color #359afa

%11.60
%33.70
%54.70

CMYK Percentages of Color #359afa

%79
%38
%0
%2

Triadic Colors of #359afa

#359afa #fa359a #9afa35

Analogous Colors of #359afa

#359afa #3537fa #35faf8

Monochromatic Colors of #359afa

#359afa

Complementary Color

#359afa #fa9535

#359afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#359afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#359afa Color CSS Codes

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

#359afa Text Font Color

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

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


#359afa Background Color

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

This div background color is #359afa


#359afa Border Color

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

This div border color is #359afa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #359afa


Comments

No comments written yet.

Please login to write comment.