Color Hex Logo

#468da8 Color Hex

#468DA8
(70,141,168)
0 Favorites   0 Comments

Color spaces of #468da8

RGB 70141168
HSL0.550.410.47
HSV197°58°66°
CMYK 0.580.160.00   0.34
XYZ19.118523.179040.5121
Yxy23.17900.23090.2799
Hunter Lab48.1446-13.3696-16.1894
CIE-Lab55.2562-14.1789-20.9928

#468da8 color RGB value is (70,141,168).

#468da8 hex color red value is 70, green value is 141 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #468da8 hue: 0.55 , saturation: 0.41 and the lightness value of 468da8 is 0.47.

The process color (four color CMYK) of #468da8 color hex is 0.58, 0.16, 0.00, 0.34. Web safe color of #468da8 is #339999. Color #468da8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10001101 10101000
Octal 106 215 250
Decimal 70 141 168
Hex 46 8D A8

RGB Percentages of Color #468da8

%18.47
%37.20
%44.33

CMYK Percentages of Color #468da8

%58
%16
%0
%34

Triadic Colors of #468da8

#468da8 #a8468d #8da846

Analogous Colors of #468da8

#468da8 #465ca8 #46a892

Monochromatic Colors of #468da8

#468da8

Complementary Color

#468da8 #a86146

#468da8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#468da8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#468da8 Color CSS Codes

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

#468da8 Text Font Color

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

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


#468da8 Background Color

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

This div background color is #468da8


#468da8 Border Color

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

This div border color is #468da8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #468da8


Comments

No comments written yet.

Please login to write comment.