Color Hex Logo

#358ceb Color Hex

#358CEB
(53,140,235)
0 Favorites   0 Comments

Color spaces of #358ceb

RGB 53140235
HSL0.590.820.56
HSV211°77°92°
CMYK 0.770.400.00   0.08
XYZ25.841725.511282.1594
Yxy25.51120.19360.1911
Hunter Lab50.50862.9358-61.0875
CIE-Lab57.57016.8022-55.2350

#358ceb color RGB value is (53,140,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 10001100 11101011
Octal 65 214 353
Decimal 53 140 235
Hex 35 8C EB

RGB Percentages of Color #358ceb

%12.38
%32.71
%54.91

CMYK Percentages of Color #358ceb

%77
%40
%0
%8

Triadic Colors of #358ceb

#358ceb #eb358c #8ceb35

Analogous Colors of #358ceb

#358ceb #3935eb #35e7eb

Monochromatic Colors of #358ceb

#358ceb

Complementary Color

#358ceb #eb9435

#358ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#358ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#358ceb Color CSS Codes

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

#358ceb Text Font Color

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

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


#358ceb Background Color

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

This div background color is #358ceb


#358ceb Border Color

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

This div border color is #358ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #358ceb


Comments

No comments written yet.

Please login to write comment.