Color Hex Logo

#358fbd Color Hex

#358FBD
(53,143,189)
0 Favorites   0 Comments

Color spaces of #358fbd

RGB 53143189
HSL0.560.560.47
HSV200°72°74°
CMYK 0.720.240.00   0.26
XYZ20.476024.075951.7120
Yxy24.07590.21270.2501
Hunter Lab49.0672-11.3786-28.1388
CIE-Lab56.1637-11.3145-31.6214

#358fbd color RGB value is (53,143,189).

#358fbd hex color red value is 53, green value is 143 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #358fbd hue: 0.56 , saturation: 0.56 and the lightness value of 358fbd is 0.47.

The process color (four color CMYK) of #358fbd color hex is 0.72, 0.24, 0.00, 0.26. Web safe color of #358fbd is #3399cc. Color #358fbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10001111 10111101
Octal 65 217 275
Decimal 53 143 189
Hex 35 8F BD

RGB Percentages of Color #358fbd

%13.77
%37.14
%49.09

CMYK Percentages of Color #358fbd

%72
%24
%0
%26

Triadic Colors of #358fbd

#358fbd #bd358f #8fbd35

Analogous Colors of #358fbd

#358fbd #354bbd #35bda7

Monochromatic Colors of #358fbd

#358fbd

Complementary Color

#358fbd #bd6335

#358fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#358fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#358fbd Color CSS Codes

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

#358fbd Text Font Color

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

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


#358fbd Background Color

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

This div background color is #358fbd


#358fbd Border Color

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

This div border color is #358fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #358fbd


Comments

No comments written yet.

Please login to write comment.