Color Hex Logo

#468ebb Color Hex

#468EBB
(70,142,187)
0 Favorites   0 Comments

Color spaces of #468ebb

RGB 70142187
HSL0.560.460.50
HSV203°63°73°
CMYK 0.630.240.00   0.27
XYZ21.168424.235950.5760
Yxy24.23590.22050.2525
Hunter Lab49.2300-9.3992-26.4501
CIE-Lab56.3232-8.6608-30.1953

#468ebb color RGB value is (70,142,187).

#468ebb hex color red value is 70, green value is 142 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #468ebb hue: 0.56 , saturation: 0.46 and the lightness value of 468ebb is 0.50.

The process color (four color CMYK) of #468ebb color hex is 0.63, 0.24, 0.00, 0.27. Web safe color of #468ebb is #3399cc. Color #468ebb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10001110 10111011
Octal 106 216 273
Decimal 70 142 187
Hex 46 8E BB

RGB Percentages of Color #468ebb

%17.54
%35.59
%46.87

CMYK Percentages of Color #468ebb

%63
%24
%0
%27

Triadic Colors of #468ebb

#468ebb #bb468e #8ebb46

Analogous Colors of #468ebb

#468ebb #4654bb #46bbae

Monochromatic Colors of #468ebb

#468ebb

Complementary Color

#468ebb #bb7346

#468ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#468ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#468ebb Color CSS Codes

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

#468ebb Text Font Color

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

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


#468ebb Background Color

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

This div background color is #468ebb


#468ebb Border Color

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

This div border color is #468ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #468ebb


Comments

No comments written yet.

Please login to write comment.