Color Hex Logo

#358efd Color Hex

#358EFD
(53,142,253)
0 Favorites   0 Comments

Color spaces of #358efd

RGB 53142253
HSL0.590.980.60
HSV213°79°99°
CMYK 0.790.440.00   0.01
XYZ28.870827.194796.6560
Yxy27.19470.18900.1781
Hunter Lab52.14857.5623-73.3885
CIE-Lab59.154112.1663-62.6385

#358efd color RGB value is (53,142,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 10001110 11111101
Octal 65 216 375
Decimal 53 142 253
Hex 35 8E FD

RGB Percentages of Color #358efd

%11.83
%31.70
%56.47

CMYK Percentages of Color #358efd

%79
%44
%0
%1

Triadic Colors of #358efd

#358efd #fd358e #8efd35

Analogous Colors of #358efd

#358efd #4035fd #35f2fd

Monochromatic Colors of #358efd

#358efd

Complementary Color

#358efd #fda435

#358efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#358efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#358efd Color CSS Codes

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

#358efd Text Font Color

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

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


#358efd Background Color

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

This div background color is #358efd


#358efd Border Color

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

This div border color is #358efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #358efd


Comments

No comments written yet.

Please login to write comment.