Color Hex Logo

#468ce8 Color Hex

#468CE8
(70,140,232)
0 Favorites   0 Comments

Color spaces of #468ce8

RGB 70140232
HSL0.590.780.59
HSV214°70°91°
CMYK 0.700.400.00   0.09
XYZ26.469425.884579.9450
Yxy25.88450.20010.1957
Hunter Lab50.87683.8328-57.5512
CIE-Lab57.92737.8646-52.9685

#468ce8 color RGB value is (70,140,232).

#468ce8 hex color red value is 70, green value is 140 and the blue value of its RGB is 232. Cylindrical-coordinate representations (also known as HSL) of color #468ce8 hue: 0.59 , saturation: 0.78 and the lightness value of 468ce8 is 0.59.

The process color (four color CMYK) of #468ce8 color hex is 0.70, 0.40, 0.00, 0.09. Web safe color of #468ce8 is #3399ff. Color #468ce8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10001100 11101000
Octal 106 214 350
Decimal 70 140 232
Hex 46 8C E8

RGB Percentages of Color #468ce8

%15.84
%31.67
%52.49

CMYK Percentages of Color #468ce8

%70
%40
%0
%9

Triadic Colors of #468ce8

#468ce8 #e8468c #8ce846

Analogous Colors of #468ce8

#468ce8 #5146e8 #46dde8

Monochromatic Colors of #468ce8

#468ce8

Complementary Color

#468ce8 #e8a246

#468ce8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#468ce8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#468ce8 Color CSS Codes

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

#468ce8 Text Font Color

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

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


#468ce8 Background Color

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

This div background color is #468ce8


#468ce8 Border Color

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

This div border color is #468ce8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #468ce8


Comments

No comments written yet.

Please login to write comment.