Color Hex Logo

#467edc Color Hex

#467EDC
(70,126,220)
0 Favorites   0 Comments

Color spaces of #467edc

RGB 70126220
HSL0.600.680.57
HSV218°68°86°
CMYK 0.680.430.00   0.14
XYZ22.904921.391170.6318
Yxy21.39110.19930.1861
Hunter Lab46.25057.4612-58.1698
CIE-Lab53.374912.1180-53.5199

#467edc color RGB value is (70,126,220).

#467edc hex color red value is 70, green value is 126 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #467edc hue: 0.60 , saturation: 0.68 and the lightness value of 467edc is 0.57.

The process color (four color CMYK) of #467edc color hex is 0.68, 0.43, 0.00, 0.14. Web safe color of #467edc is #3366cc. Color #467edc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01111110 11011100
Octal 106 176 334
Decimal 70 126 220
Hex 46 7E DC

RGB Percentages of Color #467edc

%16.83
%30.29
%52.88

CMYK Percentages of Color #467edc

%68
%43
%0
%14

Triadic Colors of #467edc

#467edc #dc467e #7edc46

Analogous Colors of #467edc

#467edc #5946dc #46c9dc

Monochromatic Colors of #467edc

#467edc

Complementary Color

#467edc #dca446

#467edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#467edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#467edc Color CSS Codes

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

#467edc Text Font Color

<p style="color:#467edc">Text here</p>

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


#467edc Background Color

<div style="background-color:#467edc">
Div content here</div>

This div background color is #467edc


#467edc Border Color

<div style="border:3px solid #467edc">
Div here</div>

This div border color is #467edc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,126,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #467edc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #467edc;
  -webkit-box-shadow: 1px 1px 3px 2px #467edc;
  box-shadow:         1px 1px 3px 2px #467edc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,126,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #467edc


Comments

No comments written yet.

Please login to write comment.