Color Hex Logo

#354cca Color Hex

#354CCA
(53,76,202)
0 Favorites   0 Comments

Color spaces of #354cca

RGB 5376202
HSL0.640.580.50
HSV231°74°79°
CMYK 0.740.620.00   0.21
XYZ14.713310.190057.0685
Yxy10.19000.17950.1243
Hunter Lab31.921826.4106-83.6511
CIE-Lab38.181334.9288-67.8373

#354cca color RGB value is (53,76,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 01001100 11001010
Octal 65 114 312
Decimal 53 76 202
Hex 35 4C CA

RGB Percentages of Color #354cca

%16.01
%22.96
%61.03

CMYK Percentages of Color #354cca

%74
%62
%0
%21

Triadic Colors of #354cca

#354cca #ca354c #4cca35

Analogous Colors of #354cca

#354cca #6935ca #3597ca

Monochromatic Colors of #354cca

#354cca

Complementary Color

#354cca #cab335

#354cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#354cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#354cca Color CSS Codes

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

#354cca Text Font Color

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

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


#354cca Background Color

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

This div background color is #354cca


#354cca Border Color

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

This div border color is #354cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #354cca


Comments

No comments written yet.

Please login to write comment.