Color Hex Logo

#358afa Color Hex

#358AFA
(53,138,250)
0 Favorites   0 Comments

Color spaces of #358afa

RGB 53138250
HSL0.590.950.59
HSV214°79°98°
CMYK 0.790.450.00   0.02
XYZ27.812025.836093.9635
Yxy25.83600.18840.1750
Hunter Lab50.82918.7183-74.0240
CIE-Lab57.881113.4936-63.0318

#358afa color RGB value is (53,138,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 10001010 11111010
Octal 65 212 372
Decimal 53 138 250
Hex 35 8A FA

RGB Percentages of Color #358afa

%12.02
%31.29
%56.69

CMYK Percentages of Color #358afa

%79
%45
%0
%2

Triadic Colors of #358afa

#358afa #fa358a #8afa35

Analogous Colors of #358afa

#358afa #4235fa #35edfa

Monochromatic Colors of #358afa

#358afa

Complementary Color

#358afa #faa535

#358afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#358afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#358afa Color CSS Codes

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

#358afa Text Font Color

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

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


#358afa Background Color

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

This div background color is #358afa


#358afa Border Color

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

This div border color is #358afa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #358afa

Related Colors


Comments

No comments written yet.

Please login to write comment.