Color Hex Logo

#357cce Color Hex

#357CCE
(53,124,206)
0 Favorites   0 Comments

Color spaces of #357cce

RGB 53124206
HSL0.590.610.51
HSV212°74°81°
CMYK 0.740.400.00   0.19
XYZ19.816419.628461.1367
Yxy19.62840.19700.1951
Hunter Lab44.30402.3081-50.8038
CIE-Lab51.41445.9028-48.7657

#357cce color RGB value is (53,124,206).

#357cce hex color red value is 53, green value is 124 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #357cce hue: 0.59 , saturation: 0.61 and the lightness value of 357cce is 0.51.

The process color (four color CMYK) of #357cce color hex is 0.74, 0.40, 0.00, 0.19. Web safe color of #357cce is #3366cc. Color #357cce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01111100 11001110
Octal 65 174 316
Decimal 53 124 206
Hex 35 7C CE

RGB Percentages of Color #357cce

%13.84
%32.38
%53.79

CMYK Percentages of Color #357cce

%74
%40
%0
%19

Triadic Colors of #357cce

#357cce #ce357c #7cce35

Analogous Colors of #357cce

#357cce #3a35ce #35c9ce

Monochromatic Colors of #357cce

#357cce

Complementary Color

#357cce #ce8735

#357cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#357cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#357cce Color CSS Codes

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

#357cce Text Font Color

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

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


#357cce Background Color

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

This div background color is #357cce


#357cce Border Color

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

This div border color is #357cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #357cce


Comments

No comments written yet.

Please login to write comment.