Color Hex Logo

#359dae Color Hex

#359DAE
(53,157,174)
0 Favorites   0 Comments

Color spaces of #359dae

RGB 53157174
HSL0.520.530.45
HSV188°70°68°
CMYK 0.700.100.00   0.32
XYZ21.165227.926844.3193
Yxy27.92680.22660.2990
Hunter Lab52.8458-20.9894-12.7317
CIE-Lab59.8225-23.7594-17.4917

#359dae color RGB value is (53,157,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 10011101 10101110
Octal 65 235 256
Decimal 53 157 174
Hex 35 9D AE

RGB Percentages of Color #359dae

%13.80
%40.89
%45.31

CMYK Percentages of Color #359dae

%70
%10
%0
%32

Triadic Colors of #359dae

#359dae #ae359d #9dae35

Analogous Colors of #359dae

#359dae #3560ae #35ae83

Monochromatic Colors of #359dae

#359dae

Complementary Color

#359dae #ae4635

#359dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#359dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#359dae Color CSS Codes

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

#359dae Text Font Color

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

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


#359dae Background Color

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

This div background color is #359dae


#359dae Border Color

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

This div border color is #359dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #359dae


Comments

No comments written yet.

Please login to write comment.