Color Hex Logo

#468caf Color Hex

#468CAF
(70,140,175)
0 Favorites   0 Comments

Color spaces of #468caf

RGB 70140175
HSL0.560.430.48
HSV200°60°69°
CMYK 0.600.200.00   0.31
XYZ19.641723.153443.9913
Yxy23.15340.22630.2668
Hunter Lab48.1180-11.3430-20.5226
CIE-Lab55.2300-11.4174-25.0434

#468caf color RGB value is (70,140,175).

#468caf hex color red value is 70, green value is 140 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #468caf hue: 0.56 , saturation: 0.43 and the lightness value of 468caf is 0.48.

The process color (four color CMYK) of #468caf color hex is 0.60, 0.20, 0.00, 0.31. Web safe color of #468caf is #339999. Color #468caf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10001100 10101111
Octal 106 214 257
Decimal 70 140 175
Hex 46 8C AF

RGB Percentages of Color #468caf

%18.18
%36.36
%45.45

CMYK Percentages of Color #468caf

%60
%20
%0
%31

Triadic Colors of #468caf

#468caf #af468c #8caf46

Analogous Colors of #468caf

#468caf #4657af #46af9e

Monochromatic Colors of #468caf

#468caf

Complementary Color

#468caf #af6946

#468caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#468caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#468caf Color CSS Codes

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

#468caf Text Font Color

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

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


#468caf Background Color

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

This div background color is #468caf


#468caf Border Color

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

This div border color is #468caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #468caf


Comments

No comments written yet.

Please login to write comment.