Color Hex Logo

#358aba Color Hex

#358ABA
(53,138,186)
0 Favorites   0 Comments

Color spaces of #358aba

RGB 53138186
HSL0.560.560.47
HSV202°72°73°
CMYK 0.720.260.00   0.27
XYZ19.419622.479049.7697
Yxy22.47900.21180.2452
Hunter Lab47.4120-9.8588-29.0499
CIE-Lab54.5316-9.5254-32.4568

#358aba color RGB value is (53,138,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 10001010 10111010
Octal 65 212 272
Decimal 53 138 186
Hex 35 8A BA

RGB Percentages of Color #358aba

%14.06
%36.60
%49.34

CMYK Percentages of Color #358aba

%72
%26
%0
%27

Triadic Colors of #358aba

#358aba #ba358a #8aba35

Analogous Colors of #358aba

#358aba #3548ba #35baa8

Monochromatic Colors of #358aba

#358aba

Complementary Color

#358aba #ba6535

#358aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#358aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#358aba Color CSS Codes

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

#358aba Text Font Color

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

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


#358aba Background Color

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

This div background color is #358aba


#358aba Border Color

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

This div border color is #358aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #358aba


Comments

No comments written yet.

Please login to write comment.