Color Hex Logo

#468baf Color Hex

#468BAF
(70,139,175)
0 Favorites   0 Comments

Color spaces of #468baf

RGB 70139175
HSL0.560.430.48
HSV201°60°69°
CMYK 0.600.210.00   0.31
XYZ19.496322.862543.9428
Yxy22.86250.22590.2649
Hunter Lab47.8147-10.8930-21.0185
CIE-Lab54.9304-10.8573-25.5055

#468baf color RGB value is (70,139,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 10001011 10101111
Octal 106 213 257
Decimal 70 139 175
Hex 46 8B AF

RGB Percentages of Color #468baf

%18.23
%36.20
%45.57

CMYK Percentages of Color #468baf

%60
%21
%0
%31

Triadic Colors of #468baf

#468baf #af468b #8baf46

Analogous Colors of #468baf

#468baf #4656af #46af9f

Monochromatic Colors of #468baf

#468baf

Complementary Color

#468baf #af6a46

#468baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#468baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#468baf Color CSS Codes

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

#468baf Text Font Color

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

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


#468baf Background Color

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

This div background color is #468baf


#468baf Border Color

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

This div border color is #468baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #468baf


Comments

No comments written yet.

Please login to write comment.