Color Hex Logo

#467cdc Color Hex

#467CDC
(70,124,220)
0 Favorites   0 Comments

Color spaces of #467cdc

RGB 70124220
HSL0.610.680.57
HSV218°68°86°
CMYK 0.680.440.00   0.14
XYZ22.651720.884770.5474
Yxy20.88470.19860.1831
Hunter Lab45.69988.5013-59.5370
CIE-Lab52.823113.3458-54.4023

#467cdc color RGB value is (70,124,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01111100 11011100
Octal 106 174 334
Decimal 70 124 220
Hex 46 7C DC

RGB Percentages of Color #467cdc

%16.91
%29.95
%53.14

CMYK Percentages of Color #467cdc

%68
%44
%0
%14

Triadic Colors of #467cdc

#467cdc #dc467c #7cdc46

Analogous Colors of #467cdc

#467cdc #5b46dc #46c7dc

Monochromatic Colors of #467cdc

#467cdc

Complementary Color

#467cdc #dca646

#467cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#467cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#467cdc Color CSS Codes

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

#467cdc Text Font Color

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

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


#467cdc Background Color

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

This div background color is #467cdc


#467cdc Border Color

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

This div border color is #467cdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,124,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 #467cdc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #467cdc


Comments

No comments written yet.

Please login to write comment.