Color Hex Logo

#353abc Color Hex

#353ABC
(53,58,188)
0 Favorites   0 Comments

Color spaces of #353abc

RGB 5358188
HSL0.660.560.47
HSV238°72°74°
CMYK 0.720.690.00   0.26
XYZ12.05847.413848.3724
Yxy7.41380.17770.1093
Hunter Lab27.228331.4015-86.2718
CIE-Lab32.731041.1918-68.5886

#353abc color RGB value is (53,58,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 00111010 10111100
Octal 65 72 274
Decimal 53 58 188
Hex 35 3A BC

RGB Percentages of Color #353abc

%17.73
%19.40
%62.88

CMYK Percentages of Color #353abc

%72
%69
%0
%26

Triadic Colors of #353abc

#353abc #bc353a #3abc35

Analogous Colors of #353abc

#353abc #7435bc #357ebc

Monochromatic Colors of #353abc

#353abc

Complementary Color

#353abc #bcb735

#353abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#353abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#353abc Color CSS Codes

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

#353abc Text Font Color

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

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


#353abc Background Color

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

This div background color is #353abc


#353abc Border Color

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

This div border color is #353abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #353abc


Comments

No comments written yet.

Please login to write comment.