Color Hex Logo

#354fec Color Hex

#354FEC
(53,79,236)
0 Favorites   0 Comments

Color spaces of #354fec

RGB 5379236
HSL0.640.830.57
HSV231°78°93°
CMYK 0.780.670.00   0.07
XYZ19.404512.405080.7286
Yxy12.40500.17240.1102
Hunter Lab35.220736.7065-111.2427
CIE-Lab41.852745.0486-81.2709

#354fec color RGB value is (53,79,236).

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

The process color (four color CMYK) of #354fec color hex is 0.78, 0.67, 0.00, 0.07. Web safe color of #354fec is #3366ff. Color #354fec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01001111 11101100
Octal 65 117 354
Decimal 53 79 236
Hex 35 4F EC

RGB Percentages of Color #354fec

%14.40
%21.47
%64.13

CMYK Percentages of Color #354fec

%78
%67
%0
%7

Triadic Colors of #354fec

#354fec #ec354f #4fec35

Analogous Colors of #354fec

#354fec #7735ec #35abec

Monochromatic Colors of #354fec

#354fec

Complementary Color

#354fec #ecd235

#354fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#354fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#354fec Color CSS Codes

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

#354fec Text Font Color

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

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


#354fec Background Color

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

This div background color is #354fec


#354fec Border Color

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

This div border color is #354fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #354fec


Comments

No comments written yet.

Please login to write comment.