Color Hex Logo

#354ddd Color Hex

#354DDD
(53,77,221)
0 Favorites   0 Comments

Color spaces of #354ddd

RGB 5377221
HSL0.640.710.54
HSV231°76°87°
CMYK 0.760.650.00   0.13
XYZ17.173211.285169.6797
Yxy11.28510.17500.1150
Hunter Lab33.593332.4625-99.4648
CIE-Lab40.056641.0433-75.7011

#354ddd color RGB value is (53,77,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 01001101 11011101
Octal 65 115 335
Decimal 53 77 221
Hex 35 4D DD

RGB Percentages of Color #354ddd

%15.10
%21.94
%62.96

CMYK Percentages of Color #354ddd

%76
%65
%0
%13

Triadic Colors of #354ddd

#354ddd #dd354d #4ddd35

Analogous Colors of #354ddd

#354ddd #7135dd #35a1dd

Monochromatic Colors of #354ddd

#354ddd

Complementary Color

#354ddd #ddc535

#354ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#354ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#354ddd Color CSS Codes

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

#354ddd Text Font Color

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

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


#354ddd Background Color

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

This div background color is #354ddd


#354ddd Border Color

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

This div border color is #354ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #354ddd


Comments

No comments written yet.

Please login to write comment.