Color Hex Logo

#468086 Color Hex

#468086
(70,128,134)
0 Favorites   0 Comments

Color spaces of #468086

RGB 70128134
HSL0.520.310.40
HSV186°48°53°
CMYK 0.480.040.00   0.47
XYZ14.548018.461725.3510
Yxy18.46170.24930.3163
Hunter Lab42.9671-14.7550-4.9047
CIE-Lab50.0514-17.2446-9.1570

#468086 color RGB value is (70,128,134).

#468086 hex color red value is 70, green value is 128 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #468086 hue: 0.52 , saturation: 0.31 and the lightness value of 468086 is 0.40.

The process color (four color CMYK) of #468086 color hex is 0.48, 0.04, 0.00, 0.47. Web safe color of #468086 is #339999. Color #468086 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10000000 10000110
Octal 106 200 206
Decimal 70 128 134
Hex 46 80 86

RGB Percentages of Color #468086

%21.08
%38.55
%40.36

CMYK Percentages of Color #468086

%48
%4
%0
%47

Triadic Colors of #468086

#468086 #864680 #808646

Analogous Colors of #468086

#468086 #466086 #46866c

Monochromatic Colors of #468086

#468086

Complementary Color

#468086 #864c46

#468086 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#468086 Color Preview on White Background

Lorem ipsum dolor sit amet.

#468086 Color CSS Codes

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

#468086 Text Font Color

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

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


#468086 Background Color

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

This div background color is #468086


#468086 Border Color

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

This div border color is #468086


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,128,134, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #468086; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #468086;
  -webkit-box-shadow: 1px 1px 3px 2px #468086;
  box-shadow:         1px 1px 3px 2px #468086; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #468086


Comments

No comments written yet.

Please login to write comment.