Color Hex Logo

#424acc Color Hex

#424ACC
(66,74,204)
0 Favorites   0 Comments

Color spaces of #424acc

RGB 6674204
HSL0.660.580.53
HSV237°68°80°
CMYK 0.680.640.00   0.20
XYZ15.594610.415458.3152
Yxy10.41540.18490.1235
Hunter Lab32.272929.7755-84.5425
CIE-Lab38.577938.4760-68.3194

#424acc color RGB value is (66,74,204).

#424acc hex color red value is 66, green value is 74 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #424acc hue: 0.66 , saturation: 0.58 and the lightness value of 424acc is 0.53.

The process color (four color CMYK) of #424acc color hex is 0.68, 0.64, 0.00, 0.20. Web safe color of #424acc is #3333cc. Color #424acc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01001010 11001100
Octal 102 112 314
Decimal 66 74 204
Hex 42 4A CC

RGB Percentages of Color #424acc

%19.19
%21.51
%59.30

CMYK Percentages of Color #424acc

%68
%64
%0
%20

Triadic Colors of #424acc

#424acc #cc424a #4acc42

Analogous Colors of #424acc

#424acc #7f42cc #428fcc

Monochromatic Colors of #424acc

#424acc

Complementary Color

#424acc #ccc442

#424acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#424acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#424acc Color CSS Codes

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

#424acc Text Font Color

<p style="color:#424acc">Text here</p>

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


#424acc Background Color

<div style="background-color:#424acc">
Div content here</div>

This div background color is #424acc


#424acc Border Color

<div style="border:3px solid #424acc">
Div here</div>

This div border color is #424acc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,74,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #424acc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #424acc;
  -webkit-box-shadow: 1px 1px 3px 2px #424acc;
  box-shadow:         1px 1px 3px 2px #424acc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #424acc


Comments

No comments written yet.

Please login to write comment.