Color Hex Logo

#467cde Color Hex

#467CDE
(70,124,222)
0 Favorites   0 Comments

Color spaces of #467cde

RGB 70124222
HSL0.610.700.57
HSV219°68°87°
CMYK 0.680.440.00   0.13
XYZ22.918320.991371.9510
Yxy20.99130.19780.1812
Hunter Lab45.81639.1112-61.0391
CIE-Lab52.940014.0534-55.3410

#467cde color RGB value is (70,124,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01111100 11011110
Octal 106 174 336
Decimal 70 124 222
Hex 46 7C DE

RGB Percentages of Color #467cde

%16.83
%29.81
%53.37

CMYK Percentages of Color #467cde

%68
%44
%0
%13

Triadic Colors of #467cde

#467cde #de467c #7cde46

Analogous Colors of #467cde

#467cde #5c46de #46c8de

Monochromatic Colors of #467cde

#467cde

Complementary Color

#467cde #dea846

#467cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#467cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#467cde Color CSS Codes

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

#467cde Text Font Color

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

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


#467cde Background Color

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

This div background color is #467cde


#467cde Border Color

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

This div border color is #467cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #467cde


Comments

No comments written yet.

Please login to write comment.