Color Hex Logo

#69828e Color Hex

#69828E
(105,130,142)
0 Favorites   0 Comments

Color spaces of #69828e

RGB 105130142
HSL0.550.150.48
HSV199°26°56°
CMYK 0.260.080.00   0.44
XYZ18.690820.921528.6443
Yxy20.92150.27380.3065
Hunter Lab45.7400-7.1044-5.1118
CIE-Lab52.8635-6.0663-9.4211

#69828e color RGB value is (105,130,142).

#69828e hex color red value is 105, green value is 130 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #69828e hue: 0.55 , saturation: 0.15 and the lightness value of 69828e is 0.48.

The process color (four color CMYK) of #69828e color hex is 0.26, 0.08, 0.00, 0.44. Web safe color of #69828e is #669999. Color #69828e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10000010 10001110
Octal 151 202 216
Decimal 105 130 142
Hex 69 82 8E

RGB Percentages of Color #69828e

%27.85
%34.48
%37.67

CMYK Percentages of Color #69828e

%26
%8
%0
%44

Triadic Colors of #69828e

#69828e #8e6982 #828e69

Analogous Colors of #69828e

#69828e #69708e #698e88

Monochromatic Colors of #69828e

#69828e

Complementary Color

#69828e #8e7569

#69828e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69828e Color Preview on White Background

Lorem ipsum dolor sit amet.

#69828e Color CSS Codes

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

#69828e Text Font Color

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

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


#69828e Background Color

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

This div background color is #69828e


#69828e Border Color

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

This div border color is #69828e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(105,130,142, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #69828e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #69828e;
  -webkit-box-shadow: 1px 1px 3px 2px #69828e;
  box-shadow:         1px 1px 3px 2px #69828e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(105,130,142, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69828e


Comments

No comments written yet.

Please login to write comment.