Color Hex Logo

#699981 Color Hex

#699981
(105,153,129)
0 Favorites   0 Comments

Color spaces of #699981

RGB 105153129
HSL0.420.190.51
HSV150°31°60°
CMYK 0.310.000.16   0.40
XYZ21.179427.370724.9357
Yxy27.37070.28820.3725
Hunter Lab52.3170-19.29308.3627
CIE-Lab59.3159-21.50787.4919

#699981 color RGB value is (105,153,129).

#699981 hex color red value is 105, green value is 153 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #699981 hue: 0.42 , saturation: 0.19 and the lightness value of 699981 is 0.51.

The process color (four color CMYK) of #699981 color hex is 0.31, 0.00, 0.16, 0.40. Web safe color of #699981 is #669999. Color #699981 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10011001 10000001
Octal 151 231 201
Decimal 105 153 129
Hex 69 99 81

RGB Percentages of Color #699981

%27.13
%39.53
%33.33

CMYK Percentages of Color #699981

%31
%0
%16
%40

Triadic Colors of #699981

#699981 #816999 #998169

Analogous Colors of #699981

#699981 #699999 #699969

Monochromatic Colors of #699981

#699981

Complementary Color

#699981 #996981

#699981 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#699981 Color Preview on White Background

Lorem ipsum dolor sit amet.

#699981 Color CSS Codes

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

#699981 Text Font Color

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

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


#699981 Background Color

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

This div background color is #699981


#699981 Border Color

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

This div border color is #699981


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(105,153,129, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #699981; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #699981;
  -webkit-box-shadow: 1px 1px 3px 2px #699981;
  box-shadow:         1px 1px 3px 2px #699981; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #699981


Comments

No comments written yet.

Please login to write comment.