Color Hex Logo

#468acd Color Hex

#468ACD
(70,138,205)
0 Favorites   0 Comments

Color spaces of #468acd

RGB 70138205
HSL0.580.570.54
HSV210°66°80°
CMYK 0.660.330.00   0.20
XYZ22.633723.886861.1753
Yxy23.88680.21020.2218
Hunter Lab48.8741-2.8660-40.0009
CIE-Lab55.9743-0.3191-40.9386

#468acd color RGB value is (70,138,205).

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

The process color (four color CMYK) of #468acd color hex is 0.66, 0.33, 0.00, 0.20. Web safe color of #468acd is #3399cc. Color #468acd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10001010 11001101
Octal 106 212 315
Decimal 70 138 205
Hex 46 8A CD

RGB Percentages of Color #468acd

%16.95
%33.41
%49.64

CMYK Percentages of Color #468acd

%66
%33
%0
%20

Triadic Colors of #468acd

#468acd #cd468a #8acd46

Analogous Colors of #468acd

#468acd #4647cd #46cdcd

Monochromatic Colors of #468acd

#468acd

Complementary Color

#468acd #cd8946

#468acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#468acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#468acd Color CSS Codes

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

#468acd Text Font Color

<p style="color:#468acd">Text here</p>

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


#468acd Background Color

<div style="background-color:#468acd">
Div content here</div>

This div background color is #468acd


#468acd Border Color

<div style="border:3px solid #468acd">
Div here</div>

This div border color is #468acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #468acd


Comments

No comments written yet.

Please login to write comment.