Color Hex Logo

#357bde Color Hex

#357BDE
(53,123,222)
0 Favorites   0 Comments

Color spaces of #357bde

RGB 53123222
HSL0.600.720.54
HSV215°76°87°
CMYK 0.760.450.00   0.13
XYZ21.736020.196771.8600
Yxy20.19670.19100.1775
Hunter Lab44.94077.6869-63.3459
CIE-Lab52.058912.4049-56.7866

#357bde color RGB value is (53,123,222).

#357bde hex color red value is 53, green value is 123 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #357bde hue: 0.60 , saturation: 0.72 and the lightness value of 357bde is 0.54.

The process color (four color CMYK) of #357bde color hex is 0.76, 0.45, 0.00, 0.13. Web safe color of #357bde is #3366cc. Color #357bde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01111011 11011110
Octal 65 173 336
Decimal 53 123 222
Hex 35 7B DE

RGB Percentages of Color #357bde

%13.32
%30.90
%55.78

CMYK Percentages of Color #357bde

%76
%45
%0
%13

Triadic Colors of #357bde

#357bde #de357b #7bde35

Analogous Colors of #357bde

#357bde #4435de #35d0de

Monochromatic Colors of #357bde

#357bde

Complementary Color

#357bde #de9835

#357bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#357bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#357bde Color CSS Codes

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

#357bde Text Font Color

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

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


#357bde Background Color

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

This div background color is #357bde


#357bde Border Color

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

This div border color is #357bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #357bde


Comments

No comments written yet.

Please login to write comment.