Color Hex Logo

#468dfe Color Hex

#468DFE
(70,141,254)
0 Favorites   0 Comments

Color spaces of #468dfe

RGB 70141254
HSL0.600.990.64
HSV217°72°100°
CMYK 0.720.440.00   0.00
XYZ29.940127.507697.4974
Yxy27.50760.19320.1775
Hunter Lab52.447710.1144-73.5035
CIE-Lab59.441315.0279-62.6996

#468dfe color RGB value is (70,141,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 10001101 11111110
Octal 106 215 376
Decimal 70 141 254
Hex 46 8D FE

RGB Percentages of Color #468dfe

%15.05
%30.32
%54.62

CMYK Percentages of Color #468dfe

%72
%44
%0
%0

Triadic Colors of #468dfe

#468dfe #fe468d #8dfe46

Analogous Colors of #468dfe

#468dfe #5b46fe #46e9fe

Monochromatic Colors of #468dfe

#468dfe

Complementary Color

#468dfe #feb746

#468dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#468dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#468dfe Color CSS Codes

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

#468dfe Text Font Color

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

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


#468dfe Background Color

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

This div background color is #468dfe


#468dfe Border Color

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

This div border color is #468dfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #468dfe


Comments

No comments written yet.

Please login to write comment.