Color Hex Logo

#358cff Color Hex

#358CFF
(53,140,255)
0 Favorites   0 Comments

Color spaces of #358cff

RGB 53140255
HSL0.591.000.60
HSV214°79°100°
CMYK 0.790.450.00   0.00
XYZ28.896326.733198.2447
Yxy26.73310.18780.1737
Hunter Lab51.70419.2777-76.4662
CIE-Lab58.726514.1085-64.4232

#358cff color RGB value is (53,140,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 10001100 11111111
Octal 65 214 377
Decimal 53 140 255
Hex 35 8C FF

RGB Percentages of Color #358cff

%11.83
%31.25
%56.92

CMYK Percentages of Color #358cff

%79
%45
%0
%0

Triadic Colors of #358cff

#358cff #ff358c #8cff35

Analogous Colors of #358cff

#358cff #4335ff #35f1ff

Monochromatic Colors of #358cff

#358cff

Complementary Color

#358cff #ffa835

#358cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#358cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#358cff Color CSS Codes

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

#358cff Text Font Color

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

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


#358cff Background Color

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

This div background color is #358cff


#358cff Border Color

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

This div border color is #358cff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #358cff


Comments

No comments written yet.

Please login to write comment.