Color Hex Logo

#357ebc Color Hex

#357EBC
(53,126,188)
0 Favorites   0 Comments

Color spaces of #357ebc

RGB 53126188
HSL0.580.560.47
HSV208°72°74°
CMYK 0.720.330.00   0.26
XYZ18.006219.309450.3550
Yxy19.30940.20540.2202
Hunter Lab43.9425-3.7558-37.1825
CIE-Lab51.0472-1.8319-39.0659

#357ebc color RGB value is (53,126,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 01111110 10111100
Octal 65 176 274
Decimal 53 126 188
Hex 35 7E BC

RGB Percentages of Color #357ebc

%14.44
%34.33
%51.23

CMYK Percentages of Color #357ebc

%72
%33
%0
%26

Triadic Colors of #357ebc

#357ebc #bc357e #7ebc35

Analogous Colors of #357ebc

#357ebc #353bbc #35bcb7

Monochromatic Colors of #357ebc

#357ebc

Complementary Color

#357ebc #bc7335

#357ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#357ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#357ebc Color CSS Codes

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

#357ebc Text Font Color

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

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


#357ebc Background Color

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

This div background color is #357ebc


#357ebc Border Color

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

This div border color is #357ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #357ebc


Comments

No comments written yet.

Please login to write comment.