Color Hex Logo

#357ebb Color Hex

#357EBB
(53,126,187)
0 Favorites   0 Comments

Color spaces of #357ebb

RGB 53126187
HSL0.580.560.47
HSV207°72°73°
CMYK 0.720.330.00   0.27
XYZ17.898719.266449.7891
Yxy19.26640.20580.2216
Hunter Lab43.8935-4.0257-36.5281
CIE-Lab50.9974-2.1899-38.5702

#357ebb color RGB value is (53,126,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 01111110 10111011
Octal 65 176 273
Decimal 53 126 187
Hex 35 7E BB

RGB Percentages of Color #357ebb

%14.48
%34.43
%51.09

CMYK Percentages of Color #357ebb

%72
%33
%0
%27

Triadic Colors of #357ebb

#357ebb #bb357e #7ebb35

Analogous Colors of #357ebb

#357ebb #353bbb #35bbb5

Monochromatic Colors of #357ebb

#357ebb

Complementary Color

#357ebb #bb7235

#357ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#357ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#357ebb Color CSS Codes

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

#357ebb Text Font Color

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

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


#357ebb Background Color

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

This div background color is #357ebb


#357ebb Border Color

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

This div border color is #357ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #357ebb


Comments

No comments written yet.

Please login to write comment.