Color Hex Logo

#467ddd Color Hex

#467DDD
(70,125,221)
0 Favorites   0 Comments

Color spaces of #467ddd

RGB 70125221
HSL0.610.690.57
HSV218°68°87°
CMYK 0.680.430.00   0.13
XYZ22.910521.189871.2891
Yxy21.18980.19850.1836
Hunter Lab46.03248.2835-59.5982
CIE-Lab53.156613.0843-54.4316

#467ddd color RGB value is (70,125,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01111101 11011101
Octal 106 175 335
Decimal 70 125 221
Hex 46 7D DD

RGB Percentages of Color #467ddd

%16.83
%30.05
%53.13

CMYK Percentages of Color #467ddd

%68
%43
%0
%13

Triadic Colors of #467ddd

#467ddd #dd467d #7ddd46

Analogous Colors of #467ddd

#467ddd #5a46dd #46c9dd

Monochromatic Colors of #467ddd

#467ddd

Complementary Color

#467ddd #dda646

#467ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#467ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#467ddd Color CSS Codes

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

#467ddd Text Font Color

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

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


#467ddd Background Color

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

This div background color is #467ddd


#467ddd Border Color

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

This div border color is #467ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #467ddd


Comments

No comments written yet.

Please login to write comment.