Color Hex Logo

#358eec Color Hex

#358EEC
(53,142,236)
0 Favorites   0 Comments

Color spaces of #358eec

RGB 53142236
HSL0.590.830.57
HSV211°78°93°
CMYK 0.780.400.00   0.07
XYZ26.281526.159083.0209
Yxy26.15900.19400.1931
Hunter Lab51.14592.2176-60.4385
CIE-Lab58.18775.9677-54.8045

#358eec color RGB value is (53,142,236).

#358eec hex color red value is 53, green value is 142 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #358eec hue: 0.59 , saturation: 0.83 and the lightness value of 358eec is 0.57.

The process color (four color CMYK) of #358eec color hex is 0.78, 0.40, 0.00, 0.07. Web safe color of #358eec is #3399ff. Color #358eec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10001110 11101100
Octal 65 216 354
Decimal 53 142 236
Hex 35 8E EC

RGB Percentages of Color #358eec

%12.30
%32.95
%54.76

CMYK Percentages of Color #358eec

%78
%40
%0
%7

Triadic Colors of #358eec

#358eec #ec358e #8eec35

Analogous Colors of #358eec

#358eec #3735ec #35eaec

Monochromatic Colors of #358eec

#358eec

Complementary Color

#358eec #ec9335

#358eec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#358eec Color Preview on White Background

Lorem ipsum dolor sit amet.

#358eec Color CSS Codes

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

#358eec Text Font Color

<p style="color:#358eec">Text here</p>

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


#358eec Background Color

<div style="background-color:#358eec">
Div content here</div>

This div background color is #358eec


#358eec Border Color

<div style="border:3px solid #358eec">
Div here</div>

This div border color is #358eec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,142,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #358eec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #358eec;
  -webkit-box-shadow: 1px 1px 3px 2px #358eec;
  box-shadow:         1px 1px 3px 2px #358eec; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #358eec


Comments

No comments written yet.

Please login to write comment.