Color Hex Logo

#468cfa Color Hex

#468CFA
(70,140,250)
0 Favorites   0 Comments

Color spaces of #468cfa

RGB 70140250
HSL0.600.950.63
HSV217°72°98°
CMYK 0.720.440.00   0.02
XYZ29.159226.960494.1095
Yxy26.96040.19410.1795
Hunter Lab51.92349.3763-71.1148
CIE-Lab58.937714.2147-61.3086

#468cfa color RGB value is (70,140,250).

#468cfa hex color red value is 70, green value is 140 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #468cfa hue: 0.60 , saturation: 0.95 and the lightness value of 468cfa is 0.63.

The process color (four color CMYK) of #468cfa color hex is 0.72, 0.44, 0.00, 0.02. Web safe color of #468cfa is #3399ff. Color #468cfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10001100 11111010
Octal 106 214 372
Decimal 70 140 250
Hex 46 8C FA

RGB Percentages of Color #468cfa

%15.22
%30.43
%54.35

CMYK Percentages of Color #468cfa

%72
%44
%0
%2

Triadic Colors of #468cfa

#468cfa #fa468c #8cfa46

Analogous Colors of #468cfa

#468cfa #5a46fa #46e6fa

Monochromatic Colors of #468cfa

#468cfa

Complementary Color

#468cfa #fab446

#468cfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#468cfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#468cfa Color CSS Codes

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

#468cfa Text Font Color

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

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


#468cfa Background Color

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

This div background color is #468cfa


#468cfa Border Color

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

This div border color is #468cfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #468cfa


Comments

No comments written yet.

Please login to write comment.