Color Hex Logo

#353acc Color Hex

#353ACC
(53,58,204)
0 Favorites   0 Comments

Color spaces of #353acc

RGB 5358204
HSL0.660.600.50
HSV238°74°80°
CMYK 0.740.720.00   0.20
XYZ13.88038.142657.9669
Yxy8.14260.17350.1018
Hunter Lab28.535236.8905-100.4679
CIE-Lab34.278146.5876-75.4087

#353acc color RGB value is (53,58,204).

#353acc hex color red value is 53, green value is 58 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #353acc hue: 0.66 , saturation: 0.60 and the lightness value of 353acc is 0.50.

The process color (four color CMYK) of #353acc color hex is 0.74, 0.72, 0.00, 0.20. Web safe color of #353acc is #3333cc. Color #353acc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00111010 11001100
Octal 65 72 314
Decimal 53 58 204
Hex 35 3A CC

RGB Percentages of Color #353acc

%16.83
%18.41
%64.76

CMYK Percentages of Color #353acc

%74
%72
%0
%20

Triadic Colors of #353acc

#353acc #cc353a #3acc35

Analogous Colors of #353acc

#353acc #7c35cc #3586cc

Monochromatic Colors of #353acc

#353acc

Complementary Color

#353acc #ccc735

#353acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#353acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#353acc Color CSS Codes

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

#353acc Text Font Color

<p style="color:#353acc">Text here</p>

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


#353acc Background Color

<div style="background-color:#353acc">
Div content here</div>

This div background color is #353acc


#353acc Border Color

<div style="border:3px solid #353acc">
Div here</div>

This div border color is #353acc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,58,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #353acc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #353acc;
  -webkit-box-shadow: 1px 1px 3px 2px #353acc;
  box-shadow:         1px 1px 3px 2px #353acc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #353acc


Comments

No comments written yet.

Please login to write comment.