Color Hex Logo

#468bee Color Hex

#468BEE
(70,139,238)
0 Favorites   0 Comments

Color spaces of #468bee

RGB 70139238
HSL0.600.830.60
HSV215°71°93°
CMYK 0.710.420.00   0.07
XYZ27.191025.940484.4628
Yxy25.94040.19760.1885
Hunter Lab50.93176.1656-62.6716
CIE-Lab57.980410.5760-56.2135

#468bee color RGB value is (70,139,238).

#468bee hex color red value is 70, green value is 139 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #468bee hue: 0.60 , saturation: 0.83 and the lightness value of 468bee is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 10001011 11101110
Octal 106 213 356
Decimal 70 139 238
Hex 46 8B EE

RGB Percentages of Color #468bee

%15.66
%31.10
%53.24

CMYK Percentages of Color #468bee

%71
%42
%0
%7

Triadic Colors of #468bee

#468bee #ee468b #8bee46

Analogous Colors of #468bee

#468bee #5546ee #46dfee

Monochromatic Colors of #468bee

#468bee

Complementary Color

#468bee #eea946

#468bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#468bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#468bee Color CSS Codes

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

#468bee Text Font Color

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

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


#468bee Background Color

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

This div background color is #468bee


#468bee Border Color

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

This div border color is #468bee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #468bee


Comments

No comments written yet.

Please login to write comment.