Color Hex Logo

#354fde Color Hex

#354FDE
(53,79,222)
0 Favorites   0 Comments

Color spaces of #354fde

RGB 5379222
HSL0.640.720.54
HSV231°76°87°
CMYK 0.760.640.00   0.13
XYZ17.449011.622870.4310
Yxy11.62280.17540.1168
Hunter Lab34.092231.6980-98.6224
CIE-Lab40.610240.1620-75.3637

#354fde color RGB value is (53,79,222).

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

The process color (four color CMYK) of #354fde color hex is 0.76, 0.64, 0.00, 0.13. Web safe color of #354fde is #3366cc. Color #354fde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01001111 11011110
Octal 65 117 336
Decimal 53 79 222
Hex 35 4F DE

RGB Percentages of Color #354fde

%14.97
%22.32
%62.71

CMYK Percentages of Color #354fde

%76
%64
%0
%13

Triadic Colors of #354fde

#354fde #de354f #4fde35

Analogous Colors of #354fde

#354fde #7035de #35a4de

Monochromatic Colors of #354fde

#354fde

Complementary Color

#354fde #dec435

#354fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#354fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#354fde Color CSS Codes

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

#354fde Text Font Color

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

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


#354fde Background Color

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

This div background color is #354fde


#354fde Border Color

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

This div border color is #354fde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #354fde


Comments

No comments written yet.

Please login to write comment.