Color Hex Logo

#468cab Color Hex

#468CAB
(70,140,171)
0 Favorites   0 Comments

Color spaces of #468cab

RGB 70140171
HSL0.550.420.47
HSV198°59°67°
CMYK 0.590.180.00   0.33
XYZ19.254622.998541.9524
Yxy22.99850.22870.2731
Hunter Lab47.9568-12.2567-18.2970
CIE-Lab55.0708-12.6860-22.9974

#468cab color RGB value is (70,140,171).

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

The process color (four color CMYK) of #468cab color hex is 0.59, 0.18, 0.00, 0.33. Web safe color of #468cab is #339999. Color #468cab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10001100 10101011
Octal 106 214 253
Decimal 70 140 171
Hex 46 8C AB

RGB Percentages of Color #468cab

%18.37
%36.75
%44.88

CMYK Percentages of Color #468cab

%59
%18
%0
%33

Triadic Colors of #468cab

#468cab #ab468c #8cab46

Analogous Colors of #468cab

#468cab #465aab #46ab98

Monochromatic Colors of #468cab

#468cab

Complementary Color

#468cab #ab6546

#468cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#468cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#468cab Color CSS Codes

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

#468cab Text Font Color

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

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


#468cab Background Color

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

This div background color is #468cab


#468cab Border Color

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

This div border color is #468cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #468cab


Comments

No comments written yet.

Please login to write comment.