Color Hex Logo

#354aed Color Hex

#354AED
(53,74,237)
0 Favorites   0 Comments

Color spaces of #354aed

RGB 5374237
HSL0.650.840.57
HSV233°78°93°
CMYK 0.780.690.00   0.07
XYZ19.203011.768981.3803
Yxy11.76890.17090.1048
Hunter Lab34.305839.8818-116.6337
CIE-Lab40.846448.3633-83.4916

#354aed color RGB value is (53,74,237).

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

The process color (four color CMYK) of #354aed color hex is 0.78, 0.69, 0.00, 0.07. Web safe color of #354aed is #3333ff. Color #354aed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01001010 11101101
Octal 65 112 355
Decimal 53 74 237
Hex 35 4A ED

RGB Percentages of Color #354aed

%14.56
%20.33
%65.11

CMYK Percentages of Color #354aed

%78
%69
%0
%7

Triadic Colors of #354aed

#354aed #ed354a #4aed35

Analogous Colors of #354aed

#354aed #7c35ed #35a6ed

Monochromatic Colors of #354aed

#354aed

Complementary Color

#354aed #edd835

#354aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#354aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#354aed Color CSS Codes

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

#354aed Text Font Color

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

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


#354aed Background Color

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

This div background color is #354aed


#354aed Border Color

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

This div border color is #354aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #354aed


Comments

No comments written yet.

Please login to write comment.