Color Hex Logo

#359aea Color Hex

#359AEA
(53,154,234)
0 Favorites   0 Comments

Color spaces of #359aea

RGB 53154234
HSL0.570.810.56
HSV207°77°92°
CMYK 0.770.340.00   0.08
XYZ27.875129.808682.1264
Yxy29.80860.19940.2132
Hunter Lab54.5973-4.4105-50.9673
CIE-Lab61.4887-1.8059-48.4544

#359aea color RGB value is (53,154,234).

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

The process color (four color CMYK) of #359aea color hex is 0.77, 0.34, 0.00, 0.08. Web safe color of #359aea is #3399ff. Color #359aea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10011010 11101010
Octal 65 232 352
Decimal 53 154 234
Hex 35 9A EA

RGB Percentages of Color #359aea

%12.02
%34.92
%53.06

CMYK Percentages of Color #359aea

%77
%34
%0
%8

Triadic Colors of #359aea

#359aea #ea359a #9aea35

Analogous Colors of #359aea

#359aea #353fea #35eae0

Monochromatic Colors of #359aea

#359aea

Complementary Color

#359aea #ea8535

#359aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#359aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#359aea Color CSS Codes

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

#359aea Text Font Color

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

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


#359aea Background Color

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

This div background color is #359aea


#359aea Border Color

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

This div border color is #359aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #359aea


Comments

No comments written yet.

Please login to write comment.