Color Hex Logo

#468dfa Color Hex

#468DFA
(70,141,250)
0 Favorites   0 Comments

Color spaces of #468dfa

RGB 70141250
HSL0.600.950.63
HSV216°72°98°
CMYK 0.720.440.00   0.02
XYZ29.306027.254094.1584
Yxy27.25400.19440.1808
Hunter Lab52.20548.8434-70.3926
CIE-Lab59.208713.6114-60.8743

#468dfa color RGB value is (70,141,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 10001101 11111010
Octal 106 215 372
Decimal 70 141 250
Hex 46 8D FA

RGB Percentages of Color #468dfa

%15.18
%30.59
%54.23

CMYK Percentages of Color #468dfa

%72
%44
%0
%2

Triadic Colors of #468dfa

#468dfa #fa468d #8dfa46

Analogous Colors of #468dfa

#468dfa #5946fa #46e7fa

Monochromatic Colors of #468dfa

#468dfa

Complementary Color

#468dfa #fab346

#468dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#468dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#468dfa Color CSS Codes

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

#468dfa Text Font Color

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

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


#468dfa Background Color

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

This div background color is #468dfa


#468dfa Border Color

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

This div border color is #468dfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #468dfa


Comments

No comments written yet.

Please login to write comment.