Color Hex Logo

#354efc Color Hex

#354EFC
(53,78,252)
0 Favorites   0 Comments

Color spaces of #354efc

RGB 5378252
HSL0.650.970.60
HSV232°79°99°
CMYK 0.790.690.00   0.01
XYZ21.763313.233993.5028
Yxy13.23390.16940.1030
Hunter Lab36.378443.1249-126.9271
CIE-Lab43.113651.0902-88.1812

#354efc color RGB value is (53,78,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 01001110 11111100
Octal 65 116 374
Decimal 53 78 252
Hex 35 4E FC

RGB Percentages of Color #354efc

%13.84
%20.37
%65.80

CMYK Percentages of Color #354efc

%79
%69
%0
%1

Triadic Colors of #354efc

#354efc #fc354e #4efc35

Analogous Colors of #354efc

#354efc #8035fc #35b2fc

Monochromatic Colors of #354efc

#354efc

Complementary Color

#354efc #fce335

#354efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#354efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#354efc Color CSS Codes

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

#354efc Text Font Color

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

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


#354efc Background Color

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

This div background color is #354efc


#354efc Border Color

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

This div border color is #354efc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #354efc


Comments

No comments written yet.

Please login to write comment.