Color Hex Logo

#468abe Color Hex

#468ABE
(70,138,190)
0 Favorites   0 Comments

Color spaces of #468abe

RGB 70138190
HSL0.570.480.51
HSV206°63°75°
CMYK 0.630.270.00   0.25
XYZ20.908523.196852.0906
Yxy23.19680.21740.2411
Hunter Lab48.1631-6.7951-30.4108
CIE-Lab55.2745-5.3859-33.5345

#468abe color RGB value is (70,138,190).

#468abe hex color red value is 70, green value is 138 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #468abe hue: 0.57 , saturation: 0.48 and the lightness value of 468abe is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 10001010 10111110
Octal 106 212 276
Decimal 70 138 190
Hex 46 8A BE

RGB Percentages of Color #468abe

%17.59
%34.67
%47.74

CMYK Percentages of Color #468abe

%63
%27
%0
%25

Triadic Colors of #468abe

#468abe #be468a #8abe46

Analogous Colors of #468abe

#468abe #464ebe #46beb6

Monochromatic Colors of #468abe

#468abe

Complementary Color

#468abe #be7a46

#468abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#468abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#468abe Color CSS Codes

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

#468abe Text Font Color

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

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


#468abe Background Color

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

This div background color is #468abe


#468abe Border Color

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

This div border color is #468abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #468abe


Comments

No comments written yet.

Please login to write comment.