Color Hex Logo

#358dae Color Hex

#358DAE
(53,141,174)
0 Favorites   0 Comments

Color spaces of #358dae

RGB 53141174
HSL0.550.530.45
HSV196°70°68°
CMYK 0.700.190.00   0.32
XYZ18.633122.862643.4753
Yxy22.86260.21930.2691
Hunter Lab47.8149-14.1158-20.4386
CIE-Lab54.9305-15.2755-24.9793

#358dae color RGB value is (53,141,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 10001101 10101110
Octal 65 215 256
Decimal 53 141 174
Hex 35 8D AE

RGB Percentages of Color #358dae

%14.40
%38.32
%47.28

CMYK Percentages of Color #358dae

%70
%19
%0
%32

Triadic Colors of #358dae

#358dae #ae358d #8dae35

Analogous Colors of #358dae

#358dae #3551ae #35ae93

Monochromatic Colors of #358dae

#358dae

Complementary Color

#358dae #ae5635

#358dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#358dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#358dae Color CSS Codes

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

#358dae Text Font Color

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

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


#358dae Background Color

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

This div background color is #358dae


#358dae Border Color

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

This div border color is #358dae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,141,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 #358dae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #358dae


Comments

No comments written yet.

Please login to write comment.