Color Hex Logo

#359aca Color Hex

#359ACA
(53,154,202)
0 Favorites   0 Comments

Color spaces of #359aca

RGB 53154202
HSL0.550.580.50
HSV199°74°79°
CMYK 0.740.240.00   0.21
XYZ23.684528.132460.0589
Yxy28.13240.21170.2515
Hunter Lab53.0400-13.1125-30.0080
CIE-Lab60.0082-12.9828-32.9736

#359aca color RGB value is (53,154,202).

#359aca hex color red value is 53, green value is 154 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #359aca hue: 0.55 , saturation: 0.58 and the lightness value of 359aca is 0.50.

The process color (four color CMYK) of #359aca color hex is 0.74, 0.24, 0.00, 0.21. Web safe color of #359aca is #3399cc. Color #359aca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10011010 11001010
Octal 65 232 312
Decimal 53 154 202
Hex 35 9A CA

RGB Percentages of Color #359aca

%12.96
%37.65
%49.39

CMYK Percentages of Color #359aca

%74
%24
%0
%21

Triadic Colors of #359aca

#359aca #ca359a #9aca35

Analogous Colors of #359aca

#359aca #354fca #35cab0

Monochromatic Colors of #359aca

#359aca

Complementary Color

#359aca #ca6535

#359aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#359aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#359aca Color CSS Codes

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

#359aca Text Font Color

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

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


#359aca Background Color

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

This div background color is #359aca


#359aca Border Color

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

This div border color is #359aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #359aca

#359aca Color Palettes


Comments

No comments written yet.

Please login to write comment.