Color Hex Logo

#468ead Color Hex

#468EAD
(70,142,173)
0 Favorites   0 Comments

Color spaces of #468ead

RGB 70142173
HSL0.550.420.48
HSV198°60°68°
CMYK 0.600.180.00   0.32
XYZ19.741623.665243.0625
Yxy23.66520.22830.2737
Hunter Lab48.6469-12.6942-18.4310
CIE-Lab55.7510-13.1628-23.0971

#468ead color RGB value is (70,142,173).

#468ead hex color red value is 70, green value is 142 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #468ead hue: 0.55 , saturation: 0.42 and the lightness value of 468ead is 0.48.

The process color (four color CMYK) of #468ead color hex is 0.60, 0.18, 0.00, 0.32. Web safe color of #468ead is #339999. Color #468ead contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10001110 10101101
Octal 106 216 255
Decimal 70 142 173
Hex 46 8E AD

RGB Percentages of Color #468ead

%18.18
%36.88
%44.94

CMYK Percentages of Color #468ead

%60
%18
%0
%32

Triadic Colors of #468ead

#468ead #ad468e #8ead46

Analogous Colors of #468ead

#468ead #465aad #46ad99

Monochromatic Colors of #468ead

#468ead

Complementary Color

#468ead #ad6546

#468ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#468ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#468ead Color CSS Codes

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

#468ead Text Font Color

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

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


#468ead Background Color

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

This div background color is #468ead


#468ead Border Color

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

This div border color is #468ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #468ead


Comments

No comments written yet.

Please login to write comment.