Color Hex Logo

#358aea Color Hex

#358AEA
(53,138,234)
0 Favorites   0 Comments

Color spaces of #358aea

RGB 53138234
HSL0.590.810.56
HSV212°77°92°
CMYK 0.770.410.00   0.08
XYZ25.408024.874481.3040
Yxy24.87440.19310.1890
Hunter Lab49.87423.6554-61.7414
CIE-Lab56.95287.6407-55.6652

#358aea color RGB value is (53,138,234).

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

The process color (four color CMYK) of #358aea color hex is 0.77, 0.41, 0.00, 0.08. Web safe color of #358aea is #3399ff. Color #358aea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10001010 11101010
Octal 65 212 352
Decimal 53 138 234
Hex 35 8A EA

RGB Percentages of Color #358aea

%12.47
%32.47
%55.06

CMYK Percentages of Color #358aea

%77
%41
%0
%8

Triadic Colors of #358aea

#358aea #ea358a #8aea35

Analogous Colors of #358aea

#358aea #3b35ea #35e5ea

Monochromatic Colors of #358aea

#358aea

Complementary Color

#358aea #ea9535

#358aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#358aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#358aea Color CSS Codes

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

#358aea Text Font Color

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

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


#358aea Background Color

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

This div background color is #358aea


#358aea Border Color

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

This div border color is #358aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #358aea


Comments

No comments written yet.

Please login to write comment.