Color Hex Logo

#353ecc Color Hex

#353ECC
(53,62,204)
0 Favorites   0 Comments

Color spaces of #353ecc

RGB 5362204
HSL0.660.600.50
HSV236°74°80°
CMYK 0.740.700.00   0.20
XYZ14.08998.561858.0367
Yxy8.56180.17460.1061
Hunter Lab29.260634.7475-97.1161
CIE-Lab35.126544.2493-74.0110

#353ecc color RGB value is (53,62,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 00111110 11001100
Octal 65 76 314
Decimal 53 62 204
Hex 35 3E CC

RGB Percentages of Color #353ecc

%16.61
%19.44
%63.95

CMYK Percentages of Color #353ecc

%74
%70
%0
%20

Triadic Colors of #353ecc

#353ecc #cc353e #3ecc35

Analogous Colors of #353ecc

#353ecc #7835cc #358acc

Monochromatic Colors of #353ecc

#353ecc

Complementary Color

#353ecc #ccc335

#353ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#353ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#353ecc Color CSS Codes

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

#353ecc Text Font Color

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

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


#353ecc Background Color

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

This div background color is #353ecc


#353ecc Border Color

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

This div border color is #353ecc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,62,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 #353ecc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #353ecc


Comments

No comments written yet.

Please login to write comment.