Color Hex Logo

#354add Color Hex

#354ADD
(53,74,221)
0 Favorites   0 Comments

Color spaces of #354add

RGB 5374221
HSL0.650.710.54
HSV233°76°87°
CMYK 0.760.670.00   0.13
XYZ16.968110.874969.6114
Yxy10.87490.17410.1116
Hunter Lab32.977134.1357-102.0713
CIE-Lab39.369042.8773-76.8302

#354add color RGB value is (53,74,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 01001010 11011101
Octal 65 112 335
Decimal 53 74 221
Hex 35 4A DD

RGB Percentages of Color #354add

%15.23
%21.26
%63.51

CMYK Percentages of Color #354add

%76
%67
%0
%13

Triadic Colors of #354add

#354add #dd354a #4add35

Analogous Colors of #354add

#354add #7435dd #359edd

Monochromatic Colors of #354add

#354add

Complementary Color

#354add #ddc835

#354add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#354add Color Preview on White Background

Lorem ipsum dolor sit amet.

#354add Color CSS Codes

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

#354add Text Font Color

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

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


#354add Background Color

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

This div background color is #354add


#354add Border Color

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

This div border color is #354add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #354add


Comments

No comments written yet.

Please login to write comment.