Color Hex Logo

#358aff Color Hex

#358AFF
(53,138,255)
0 Favorites   0 Comments

Color spaces of #358aff

RGB 53138255
HSL0.601.000.60
HSV215°79°100°
CMYK 0.790.460.00   0.00
XYZ28.606726.153898.1482
Yxy26.15380.18710.1710
Hunter Lab51.140810.3514-77.9894
CIE-Lab58.182715.3252-65.2974

#358aff color RGB value is (53,138,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 10001010 11111111
Octal 65 212 377
Decimal 53 138 255
Hex 35 8A FF

RGB Percentages of Color #358aff

%11.88
%30.94
%57.17

CMYK Percentages of Color #358aff

%79
%46
%0
%0

Triadic Colors of #358aff

#358aff #ff358a #8aff35

Analogous Colors of #358aff

#358aff #4535ff #35efff

Monochromatic Colors of #358aff

#358aff

Complementary Color

#358aff #ffaa35

#358aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#358aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#358aff Color CSS Codes

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

#358aff Text Font Color

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

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


#358aff Background Color

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

This div background color is #358aff


#358aff Border Color

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

This div border color is #358aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #358aff

Related Colors


Comments

No comments written yet.

Please login to write comment.