Color Hex Logo

#359acb Color Hex

#359ACB
(53,154,203)
0 Favorites   0 Comments

Color spaces of #359acb

RGB 53154203
HSL0.550.590.50
HSV200°74°80°
CMYK 0.740.240.00   0.20
XYZ23.803328.179960.6846
Yxy28.17990.21130.2501
Hunter Lab53.0847-12.8586-30.6189
CIE-Lab60.0509-12.6419-33.4675

#359acb color RGB value is (53,154,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 10011010 11001011
Octal 65 232 313
Decimal 53 154 203
Hex 35 9A CB

RGB Percentages of Color #359acb

%12.93
%37.56
%49.51

CMYK Percentages of Color #359acb

%74
%24
%0
%20

Triadic Colors of #359acb

#359acb #cb359a #9acb35

Analogous Colors of #359acb

#359acb #354fcb #35cbb1

Monochromatic Colors of #359acb

#359acb

Complementary Color

#359acb #cb6635

#359acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#359acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#359acb Color CSS Codes

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

#359acb Text Font Color

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

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


#359acb Background Color

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

This div background color is #359acb


#359acb Border Color

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

This div border color is #359acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #359acb


Comments

No comments written yet.

Please login to write comment.