Color Hex Logo

#359ce5 Color Hex

#359CE5
(53,156,229)
0 Favorites   0 Comments

Color spaces of #359ce5

RGB 53156229
HSL0.570.770.55
HSV205°77°90°
CMYK 0.770.320.00   0.10
XYZ27.499530.191078.5068
Yxy30.19100.20190.2217
Hunter Lab54.9463-6.8206-46.2505
CIE-Lab61.8187-4.7269-45.1707

#359ce5 color RGB value is (53,156,229).

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

The process color (four color CMYK) of #359ce5 color hex is 0.77, 0.32, 0.00, 0.10. Web safe color of #359ce5 is #3399cc. Color #359ce5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10011100 11100101
Octal 65 234 345
Decimal 53 156 229
Hex 35 9C E5

RGB Percentages of Color #359ce5

%12.10
%35.62
%52.28

CMYK Percentages of Color #359ce5

%77
%32
%0
%10

Triadic Colors of #359ce5

#359ce5 #e5359c #9ce535

Analogous Colors of #359ce5

#359ce5 #3544e5 #35e5d6

Monochromatic Colors of #359ce5

#359ce5

Complementary Color

#359ce5 #e57e35

#359ce5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#359ce5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#359ce5 Color CSS Codes

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

#359ce5 Text Font Color

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

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


#359ce5 Background Color

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

This div background color is #359ce5


#359ce5 Border Color

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

This div border color is #359ce5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #359ce5


Comments

No comments written yet.

Please login to write comment.