Color Hex Logo

#354afc Color Hex

#354AFC
(53,74,252)
0 Favorites   0 Comments

Color spaces of #354afc

RGB 5374252
HSL0.650.970.60
HSV234°79°99°
CMYK 0.790.710.00   0.01
XYZ21.487712.682793.4109
Yxy12.68270.16840.0994
Hunter Lab35.612845.3793-130.5864
CIE-Lab42.281253.3813-89.5540

#354afc color RGB value is (53,74,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 01001010 11111100
Octal 65 112 374
Decimal 53 74 252
Hex 35 4A FC

RGB Percentages of Color #354afc

%13.98
%19.53
%66.49

CMYK Percentages of Color #354afc

%79
%71
%0
%1

Triadic Colors of #354afc

#354afc #fc354a #4afc35

Analogous Colors of #354afc

#354afc #8435fc #35aefc

Monochromatic Colors of #354afc

#354afc

Complementary Color

#354afc #fce735

#354afc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#354afc Color Preview on White Background

Lorem ipsum dolor sit amet.

#354afc Color CSS Codes

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

#354afc Text Font Color

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

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


#354afc Background Color

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

This div background color is #354afc


#354afc Border Color

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

This div border color is #354afc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #354afc


Comments

No comments written yet.

Please login to write comment.