Color Hex Logo

#467dec Color Hex

#467DEC
(70,125,236)
0 Favorites   0 Comments

Color spaces of #467dec

RGB 70125236
HSL0.610.810.60
HSV220°70°93°
CMYK 0.700.470.00   0.07
XYZ24.999722.025582.2906
Yxy22.02550.19330.1703
Hunter Lab46.931312.9548-71.1087
CIE-Lab54.054018.4008-61.3941

#467dec color RGB value is (70,125,236).

#467dec hex color red value is 70, green value is 125 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #467dec hue: 0.61 , saturation: 0.81 and the lightness value of 467dec is 0.60.

The process color (four color CMYK) of #467dec color hex is 0.70, 0.47, 0.00, 0.07. Web safe color of #467dec is #3366ff. Color #467dec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01111101 11101100
Octal 106 175 354
Decimal 70 125 236
Hex 46 7D EC

RGB Percentages of Color #467dec

%16.24
%29.00
%54.76

CMYK Percentages of Color #467dec

%70
%47
%0
%7

Triadic Colors of #467dec

#467dec #ec467d #7dec46

Analogous Colors of #467dec

#467dec #6246ec #46d0ec

Monochromatic Colors of #467dec

#467dec

Complementary Color

#467dec #ecb546

#467dec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#467dec Color Preview on White Background

Lorem ipsum dolor sit amet.

#467dec Color CSS Codes

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

#467dec Text Font Color

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

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


#467dec Background Color

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

This div background color is #467dec


#467dec Border Color

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

This div border color is #467dec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #467dec


Comments

No comments written yet.

Please login to write comment.