Color Hex Logo

#359ac4 Color Hex

#359AC4
(53,154,196)
0 Favorites   0 Comments

Color spaces of #359ac4

RGB 53154196
HSL0.550.570.49
HSV198°73°77°
CMYK 0.730.210.00   0.23
XYZ22.987627.853656.3893
Yxy27.85360.21440.2598
Hunter Lab52.7765-14.6105-26.4051
CIE-Lab59.7562-15.0138-29.9969

#359ac4 color RGB value is (53,154,196).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 10011010 11000100
Octal 65 232 304
Decimal 53 154 196
Hex 35 9A C4

RGB Percentages of Color #359ac4

%13.15
%38.21
%48.64

CMYK Percentages of Color #359ac4

%73
%21
%0
%23

Triadic Colors of #359ac4

#359ac4 #c4359a #9ac435

Analogous Colors of #359ac4

#359ac4 #3552c4 #35c4a7

Monochromatic Colors of #359ac4

#359ac4

Complementary Color

#359ac4 #c45f35

#359ac4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#359ac4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#359ac4 Color CSS Codes

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

#359ac4 Text Font Color

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

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


#359ac4 Background Color

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

This div background color is #359ac4


#359ac4 Border Color

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

This div border color is #359ac4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #359ac4


Comments

No comments written yet.

Please login to write comment.