Color Hex Logo

#467ccd Color Hex

#467CCD
(70,124,205)
0 Favorites   0 Comments

Color spaces of #467ccd

RGB 70124205
HSL0.600.570.54
HSV216°66°80°
CMYK 0.660.400.00   0.20
XYZ20.752920.125260.5484
Yxy20.12520.20460.1984
Hunter Lab44.86114.0677-48.6201
CIE-Lab51.97858.0704-47.2623

#467ccd color RGB value is (70,124,205).

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

The process color (four color CMYK) of #467ccd color hex is 0.66, 0.40, 0.00, 0.20. Web safe color of #467ccd is #3366cc. Color #467ccd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01111100 11001101
Octal 106 174 315
Decimal 70 124 205
Hex 46 7C CD

RGB Percentages of Color #467ccd

%17.54
%31.08
%51.38

CMYK Percentages of Color #467ccd

%66
%40
%0
%20

Triadic Colors of #467ccd

#467ccd #cd467c #7ccd46

Analogous Colors of #467ccd

#467ccd #5346cd #46c0cd

Monochromatic Colors of #467ccd

#467ccd

Complementary Color

#467ccd #cd9746

#467ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#467ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#467ccd Color CSS Codes

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

#467ccd Text Font Color

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

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


#467ccd Background Color

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

This div background color is #467ccd


#467ccd Border Color

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

This div border color is #467ccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #467ccd


Comments

No comments written yet.

Please login to write comment.