Color Hex Logo

#358bae Color Hex

#358BAE
(53,139,174)
0 Favorites   0 Comments

Color spaces of #358bae

RGB 53139174
HSL0.550.530.45
HSV197°70°68°
CMYK 0.700.200.00   0.32
XYZ18.340822.278143.3778
Yxy22.27810.21840.2652
Hunter Lab47.1997-13.2381-21.4494
CIE-Lab54.3208-14.1744-25.9203

#358bae color RGB value is (53,139,174).

#358bae hex color red value is 53, green value is 139 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #358bae hue: 0.55 , saturation: 0.53 and the lightness value of 358bae is 0.45.

The process color (four color CMYK) of #358bae color hex is 0.70, 0.20, 0.00, 0.32. Web safe color of #358bae is #339999. Color #358bae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10001011 10101110
Octal 65 213 256
Decimal 53 139 174
Hex 35 8B AE

RGB Percentages of Color #358bae

%14.48
%37.98
%47.54

CMYK Percentages of Color #358bae

%70
%20
%0
%32

Triadic Colors of #358bae

#358bae #ae358b #8bae35

Analogous Colors of #358bae

#358bae #354eae #35ae95

Monochromatic Colors of #358bae

#358bae

Complementary Color

#358bae #ae5835

#358bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#358bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#358bae Color CSS Codes

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

#358bae Text Font Color

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

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


#358bae Background Color

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

This div background color is #358bae


#358bae Border Color

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

This div border color is #358bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #358bae


Comments

No comments written yet.

Please login to write comment.