Color Hex Logo

#357cdf Color Hex

#357CDF
(53,124,223)
0 Favorites   0 Comments

Color spaces of #357cdf

RGB 53124223
HSL0.600.730.54
HSV215°76°87°
CMYK 0.760.440.00   0.13
XYZ21.995120.499972.6096
Yxy20.49990.19110.1781
Hunter Lab45.27687.4794-63.3885
CIE-Lab52.397812.1543-56.8057

#357cdf color RGB value is (53,124,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 01111100 11011111
Octal 65 174 337
Decimal 53 124 223
Hex 35 7C DF

RGB Percentages of Color #357cdf

%13.25
%31.00
%55.75

CMYK Percentages of Color #357cdf

%76
%44
%0
%13

Triadic Colors of #357cdf

#357cdf #df357c #7cdf35

Analogous Colors of #357cdf

#357cdf #4335df #35d1df

Monochromatic Colors of #357cdf

#357cdf

Complementary Color

#357cdf #df9835

#357cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#357cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#357cdf Color CSS Codes

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

#357cdf Text Font Color

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

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


#357cdf Background Color

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

This div background color is #357cdf


#357cdf Border Color

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

This div border color is #357cdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #357cdf


Comments

No comments written yet.

Please login to write comment.