Color Hex Logo

#468feb Color Hex

#468FEB
(70,143,235)
0 Favorites   0 Comments

Color spaces of #468feb

RGB 70143235
HSL0.590.800.60
HSV213°70°92°
CMYK 0.700.390.00   0.08
XYZ27.343626.945282.3570
Yxy26.94520.20010.1972
Hunter Lab51.90883.1868-57.7317
CIE-Lab58.92367.1259-53.0473

#468feb color RGB value is (70,143,235).

#468feb hex color red value is 70, green value is 143 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #468feb hue: 0.59 , saturation: 0.80 and the lightness value of 468feb is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 10001111 11101011
Octal 106 217 353
Decimal 70 143 235
Hex 46 8F EB

RGB Percentages of Color #468feb

%15.63
%31.92
%52.46

CMYK Percentages of Color #468feb

%70
%39
%0
%8

Triadic Colors of #468feb

#468feb #eb468f #8feb46

Analogous Colors of #468feb

#468feb #5046eb #46e2eb

Monochromatic Colors of #468feb

#468feb

Complementary Color

#468feb #eba246

#468feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#468feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#468feb Color CSS Codes

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

#468feb Text Font Color

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

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


#468feb Background Color

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

This div background color is #468feb


#468feb Border Color

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

This div border color is #468feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #468feb


Comments

No comments written yet.

Please login to write comment.