Color Hex Logo

#354cde Color Hex

#354CDE
(53,76,222)
0 Favorites   0 Comments

Color spaces of #354cde

RGB 5376222
HSL0.640.720.54
HSV232°76°87°
CMYK 0.760.660.00   0.13
XYZ17.237511.199770.3605
Yxy11.19970.17450.1134
Hunter Lab33.466033.3756-101.2281
CIE-Lab39.914842.0067-76.5050

#354cde color RGB value is (53,76,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 01001100 11011110
Octal 65 114 336
Decimal 53 76 222
Hex 35 4C DE

RGB Percentages of Color #354cde

%15.10
%21.65
%63.25

CMYK Percentages of Color #354cde

%76
%66
%0
%13

Triadic Colors of #354cde

#354cde #de354c #4cde35

Analogous Colors of #354cde

#354cde #7335de #35a1de

Monochromatic Colors of #354cde

#354cde

Complementary Color

#354cde #dec735

#354cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#354cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#354cde Color CSS Codes

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

#354cde Text Font Color

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

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


#354cde Background Color

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

This div background color is #354cde


#354cde Border Color

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

This div border color is #354cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #354cde


Comments

No comments written yet.

Please login to write comment.