Color Hex Logo

#358efc Color Hex

#358EFC
(53,142,252)
0 Favorites   0 Comments

Color spaces of #358efc

RGB 53142252
HSL0.590.970.60
HSV213°79°99°
CMYK 0.790.440.00   0.01
XYZ28.711927.131295.8190
Yxy27.13120.18930.1789
Hunter Lab52.08767.2400-72.6070
CIE-Lab59.095611.8009-62.1830

#358efc color RGB value is (53,142,252).

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

The process color (four color CMYK) of #358efc color hex is 0.79, 0.44, 0.00, 0.01. Web safe color of #358efc is #3399ff. Color #358efc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10001110 11111100
Octal 65 216 374
Decimal 53 142 252
Hex 35 8E FC

RGB Percentages of Color #358efc

%11.86
%31.77
%56.38

CMYK Percentages of Color #358efc

%79
%44
%0
%1

Triadic Colors of #358efc

#358efc #fc358e #8efc35

Analogous Colors of #358efc

#358efc #3f35fc #35f2fc

Monochromatic Colors of #358efc

#358efc

Complementary Color

#358efc #fca335

#358efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#358efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#358efc Color CSS Codes

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

#358efc Text Font Color

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

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


#358efc Background Color

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

This div background color is #358efc


#358efc Border Color

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

This div border color is #358efc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #358efc


Comments

No comments written yet.

Please login to write comment.