Color Hex Logo

#357dde Color Hex

#357DDE
(53,125,222)
0 Favorites   0 Comments

Color spaces of #357dde

RGB 53125222
HSL0.600.720.54
HSV214°76°87°
CMYK 0.760.440.00   0.13
XYZ21.986620.698071.9435
Yxy20.69800.19180.1806
Hunter Lab45.49516.6482-61.9116
CIE-Lab52.617411.1682-55.8911

#357dde color RGB value is (53,125,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 01111101 11011110
Octal 65 175 336
Decimal 53 125 222
Hex 35 7D DE

RGB Percentages of Color #357dde

%13.25
%31.25
%55.50

CMYK Percentages of Color #357dde

%76
%44
%0
%13

Triadic Colors of #357dde

#357dde #de357d #7dde35

Analogous Colors of #357dde

#357dde #4235de #35d2de

Monochromatic Colors of #357dde

#357dde

Complementary Color

#357dde #de9635

#357dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#357dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#357dde Color CSS Codes

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

#357dde Text Font Color

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

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


#357dde Background Color

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

This div background color is #357dde


#357dde Border Color

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

This div border color is #357dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #357dde


Comments

No comments written yet.

Please login to write comment.