Color Hex Logo

#357dee Color Hex

#357DEE
(53,125,238)
0 Favorites   0 Comments

Color spaces of #357dee

RGB 53125238
HSL0.600.840.57
HSV217°78°93°
CMYK 0.780.470.00   0.07
XYZ24.234421.597283.7803
Yxy21.59720.18700.1666
Hunter Lab46.472811.7559-74.3560
CIE-Lab53.597017.0680-63.2749

#357dee color RGB value is (53,125,238).

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

The process color (four color CMYK) of #357dee color hex is 0.78, 0.47, 0.00, 0.07. Web safe color of #357dee is #3366ff. Color #357dee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01111101 11101110
Octal 65 175 356
Decimal 53 125 238
Hex 35 7D EE

RGB Percentages of Color #357dee

%12.74
%30.05
%57.21

CMYK Percentages of Color #357dee

%78
%47
%0
%7

Triadic Colors of #357dee

#357dee #ee357d #7dee35

Analogous Colors of #357dee

#357dee #4935ee #35daee

Monochromatic Colors of #357dee

#357dee

Complementary Color

#357dee #eea635

#357dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#357dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#357dee Color CSS Codes

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

#357dee Text Font Color

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

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


#357dee Background Color

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

This div background color is #357dee


#357dee Border Color

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

This div border color is #357dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #357dee


Comments

No comments written yet.

Please login to write comment.