Color Hex Logo

#354ceb Color Hex

#354CEB
(53,76,235)
0 Favorites   0 Comments

Color spaces of #354ceb

RGB 5376235
HSL0.650.820.56
HSV232°77°92°
CMYK 0.770.680.00   0.08
XYZ19.048011.923979.8949
Yxy11.92390.17180.1076
Hunter Lab34.531038.0350-113.0085
CIE-Lab41.094946.5008-81.9521

#354ceb color RGB value is (53,76,235).

#354ceb hex color red value is 53, green value is 76 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #354ceb hue: 0.65 , saturation: 0.82 and the lightness value of 354ceb is 0.56.

The process color (four color CMYK) of #354ceb color hex is 0.77, 0.68, 0.00, 0.08. Web safe color of #354ceb is #3333ff. Color #354ceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01001100 11101011
Octal 65 114 353
Decimal 53 76 235
Hex 35 4C EB

RGB Percentages of Color #354ceb

%14.56
%20.88
%64.56

CMYK Percentages of Color #354ceb

%77
%68
%0
%8

Triadic Colors of #354ceb

#354ceb #eb354c #4ceb35

Analogous Colors of #354ceb

#354ceb #7935eb #35a7eb

Monochromatic Colors of #354ceb

#354ceb

Complementary Color

#354ceb #ebd435

#354ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#354ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#354ceb Color CSS Codes

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

#354ceb Text Font Color

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

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


#354ceb Background Color

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

This div background color is #354ceb


#354ceb Border Color

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

This div border color is #354ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #354ceb


Comments

No comments written yet.

Please login to write comment.