Color Hex Logo

#357dce Color Hex

#357DCE
(53,125,206)
0 Favorites   0 Comments

Color spaces of #357dce

RGB 53125206
HSL0.590.610.51
HSV212°74°81°
CMYK 0.740.390.00   0.19
XYZ19.942419.880361.1787
Yxy19.88030.19740.1968
Hunter Lab44.58731.8092-50.1412
CIE-Lab51.70165.2921-48.3083

#357dce color RGB value is (53,125,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 01111101 11001110
Octal 65 175 316
Decimal 53 125 206
Hex 35 7D CE

RGB Percentages of Color #357dce

%13.80
%32.55
%53.65

CMYK Percentages of Color #357dce

%74
%39
%0
%19

Triadic Colors of #357dce

#357dce #ce357d #7dce35

Analogous Colors of #357dce

#357dce #3a35ce #35cace

Monochromatic Colors of #357dce

#357dce

Complementary Color

#357dce #ce8635

#357dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#357dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#357dce Color CSS Codes

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

#357dce Text Font Color

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

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


#357dce Background Color

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

This div background color is #357dce


#357dce Border Color

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

This div border color is #357dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #357dce


Comments

No comments written yet.

Please login to write comment.