Color Hex Logo

#358ebb Color Hex

#358EBB
(53,142,187)
0 Favorites   0 Comments

Color spaces of #358ebb

RGB 53142187
HSL0.560.560.47
HSV200°72°73°
CMYK 0.720.240.00   0.27
XYZ20.110823.690750.5265
Yxy23.69070.21320.2512
Hunter Lab48.6731-11.4251-27.4765
CIE-Lab55.7768-11.4393-31.0869

#358ebb color RGB value is (53,142,187).

#358ebb hex color red value is 53, green value is 142 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #358ebb hue: 0.56 , saturation: 0.56 and the lightness value of 358ebb is 0.47.

The process color (four color CMYK) of #358ebb color hex is 0.72, 0.24, 0.00, 0.27. Web safe color of #358ebb is #3399cc. Color #358ebb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10001110 10111011
Octal 65 216 273
Decimal 53 142 187
Hex 35 8E BB

RGB Percentages of Color #358ebb

%13.87
%37.17
%48.95

CMYK Percentages of Color #358ebb

%72
%24
%0
%27

Triadic Colors of #358ebb

#358ebb #bb358e #8ebb35

Analogous Colors of #358ebb

#358ebb #354bbb #35bba5

Monochromatic Colors of #358ebb

#358ebb

Complementary Color

#358ebb #bb6235

#358ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#358ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#358ebb Color CSS Codes

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

#358ebb Text Font Color

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

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


#358ebb Background Color

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

This div background color is #358ebb


#358ebb Border Color

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

This div border color is #358ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #358ebb


Comments

No comments written yet.

Please login to write comment.