Color Hex Logo

#424ebc Color Hex

#424EBC
(66,78,188)
0 Favorites   0 Comments

Color spaces of #424ebc

RGB 6678188
HSL0.650.480.50
HSV234°65°74°
CMYK 0.650.590.00   0.26
XYZ14.048310.237948.8126
Yxy10.23790.19220.1401
Hunter Lab31.996722.3770-68.0522
CIE-Lab38.266130.4562-59.5068

#424ebc color RGB value is (66,78,188).

#424ebc hex color red value is 66, green value is 78 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #424ebc hue: 0.65 , saturation: 0.48 and the lightness value of 424ebc is 0.50.

The process color (four color CMYK) of #424ebc color hex is 0.65, 0.59, 0.00, 0.26. Web safe color of #424ebc is #3366cc. Color #424ebc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01001110 10111100
Octal 102 116 274
Decimal 66 78 188
Hex 42 4E BC

RGB Percentages of Color #424ebc

%19.88
%23.49
%56.63

CMYK Percentages of Color #424ebc

%65
%59
%0
%26

Triadic Colors of #424ebc

#424ebc #bc424e #4ebc42

Analogous Colors of #424ebc

#424ebc #7342bc #428bbc

Monochromatic Colors of #424ebc

#424ebc

Complementary Color

#424ebc #bcb042

#424ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#424ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#424ebc Color CSS Codes

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

#424ebc Text Font Color

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

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


#424ebc Background Color

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

This div background color is #424ebc


#424ebc Border Color

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

This div border color is #424ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #424ebc


Comments

No comments written yet.

Please login to write comment.