Color Hex Logo

#354ffc Color Hex

#354FFC
(53,79,252)
0 Favorites   0 Comments

Color spaces of #354ffc

RGB 5379252
HSL0.640.970.60
HSV232°79°99°
CMYK 0.790.690.00   0.01
XYZ21.834913.377193.5267
Yxy13.37710.16960.1039
Hunter Lab36.574742.5577-126.0106
CIE-Lab43.326050.5095-87.8311

#354ffc color RGB value is (53,79,252).

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

The process color (four color CMYK) of #354ffc color hex is 0.79, 0.69, 0.00, 0.01. Web safe color of #354ffc is #3366ff. Color #354ffc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01001111 11111100
Octal 65 117 374
Decimal 53 79 252
Hex 35 4F FC

RGB Percentages of Color #354ffc

%13.80
%20.57
%65.63

CMYK Percentages of Color #354ffc

%79
%69
%0
%1

Triadic Colors of #354ffc

#354ffc #fc354f #4ffc35

Analogous Colors of #354ffc

#354ffc #7e35fc #35b3fc

Monochromatic Colors of #354ffc

#354ffc

Complementary Color

#354ffc #fce235

#354ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#354ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#354ffc Color CSS Codes

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

#354ffc Text Font Color

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

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


#354ffc Background Color

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

This div background color is #354ffc


#354ffc Border Color

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

This div border color is #354ffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #354ffc

Related Colors


Comments

No comments written yet.

Please login to write comment.