Color Hex Logo

#468bad Color Hex

#468BAD
(70,139,173)
0 Favorites   0 Comments

Color spaces of #468bad

RGB 70139173
HSL0.560.420.48
HSV200°60°68°
CMYK 0.600.200.00   0.32
XYZ19.301222.784542.9157
Yxy22.78450.22710.2680
Hunter Lab47.7331-11.3553-19.8930
CIE-Lab54.8497-11.4962-24.4841

#468bad color RGB value is (70,139,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 10001011 10101101
Octal 106 213 255
Decimal 70 139 173
Hex 46 8B AD

RGB Percentages of Color #468bad

%18.32
%36.39
%45.29

CMYK Percentages of Color #468bad

%60
%20
%0
%32

Triadic Colors of #468bad

#468bad #ad468b #8bad46

Analogous Colors of #468bad

#468bad #4658ad #46ad9c

Monochromatic Colors of #468bad

#468bad

Complementary Color

#468bad #ad6846

#468bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#468bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#468bad Color CSS Codes

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

#468bad Text Font Color

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

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


#468bad Background Color

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

This div background color is #468bad


#468bad Border Color

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

This div border color is #468bad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,139,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 #468bad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #468bad


Comments

No comments written yet.

Please login to write comment.