Color Hex Logo

#468eef Color Hex

#468EEF
(70,142,239)
0 Favorites   0 Comments

Color spaces of #468eef

RGB 70142239
HSL0.600.840.61
HSV214°71°94°
CMYK 0.710.410.00   0.06
XYZ27.778826.880185.3856
Yxy26.88010.19840.1919
Hunter Lab51.84604.9087-61.3529
CIE-Lab58.86329.1281-55.3584

#468eef color RGB value is (70,142,239).

#468eef hex color red value is 70, green value is 142 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #468eef hue: 0.60 , saturation: 0.84 and the lightness value of 468eef is 0.61.

The process color (four color CMYK) of #468eef color hex is 0.71, 0.41, 0.00, 0.06. Web safe color of #468eef is #3399ff. Color #468eef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10001110 11101111
Octal 106 216 357
Decimal 70 142 239
Hex 46 8E EF

RGB Percentages of Color #468eef

%15.52
%31.49
%52.99

CMYK Percentages of Color #468eef

%71
%41
%0
%6

Triadic Colors of #468eef

#468eef #ef468e #8eef46

Analogous Colors of #468eef

#468eef #5346ef #46e3ef

Monochromatic Colors of #468eef

#468eef

Complementary Color

#468eef #efa746

#468eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#468eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#468eef Color CSS Codes

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

#468eef Text Font Color

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

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


#468eef Background Color

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

This div background color is #468eef


#468eef Border Color

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

This div border color is #468eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #468eef


Comments

No comments written yet.

Please login to write comment.