Color Hex Logo

#424edf Color Hex

#424EDF
(66,78,223)
0 Favorites   0 Comments

Color spaces of #424edf

RGB 6678223
HSL0.650.710.57
HSV235°70°87°
CMYK 0.700.650.00   0.13
XYZ18.290411.934771.1517
Yxy11.93470.18040.1177
Hunter Lab34.546634.0486-97.9301
CIE-Lab41.112142.4947-75.0863

#424edf color RGB value is (66,78,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01001110 11011111
Octal 102 116 337
Decimal 66 78 223
Hex 42 4E DF

RGB Percentages of Color #424edf

%17.98
%21.25
%60.76

CMYK Percentages of Color #424edf

%70
%65
%0
%13

Triadic Colors of #424edf

#424edf #df424e #4edf42

Analogous Colors of #424edf

#424edf #8542df #429ddf

Monochromatic Colors of #424edf

#424edf

Complementary Color

#424edf #dfd342

#424edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#424edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#424edf Color CSS Codes

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

#424edf Text Font Color

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

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


#424edf Background Color

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

This div background color is #424edf


#424edf Border Color

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

This div border color is #424edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #424edf


Comments

No comments written yet.

Please login to write comment.