Color Hex Logo

#354ecc Color Hex

#354ECC
(53,78,204)
0 Favorites   0 Comments

Color spaces of #354ecc

RGB 5378204
HSL0.640.600.50
HSV230°74°80°
CMYK 0.740.620.00   0.20
XYZ15.091710.565358.3706
Yxy10.56530.17960.1257
Hunter Lab32.504325.9947-83.7188
CIE-Lab38.838534.3782-67.9215

#354ecc color RGB value is (53,78,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 01001110 11001100
Octal 65 116 314
Decimal 53 78 204
Hex 35 4E CC

RGB Percentages of Color #354ecc

%15.82
%23.28
%60.90

CMYK Percentages of Color #354ecc

%74
%62
%0
%20

Triadic Colors of #354ecc

#354ecc #cc354e #4ecc35

Analogous Colors of #354ecc

#354ecc #6835cc #359acc

Monochromatic Colors of #354ecc

#354ecc

Complementary Color

#354ecc #ccb335

#354ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#354ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#354ecc Color CSS Codes

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

#354ecc Text Font Color

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

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


#354ecc Background Color

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

This div background color is #354ecc


#354ecc Border Color

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

This div border color is #354ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #354ecc


Comments

No comments written yet.

Please login to write comment.