Color Hex Logo

#699868 Color Hex

#699868
(105,152,104)
0 Favorites   0 Comments

Color spaces of #699868

RGB 105152104
HSL0.330.190.50
HSV119°32°60°
CMYK 0.310.000.32   0.40
XYZ19.552626.459217.1733
Yxy26.45920.30940.4188
Hunter Lab51.4385-22.166716.2123
CIE-Lab58.4704-25.832220.3381

#699868 color RGB value is (105,152,104).

#699868 hex color red value is 105, green value is 152 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #699868 hue: 0.33 , saturation: 0.19 and the lightness value of 699868 is 0.50.

The process color (four color CMYK) of #699868 color hex is 0.31, 0.00, 0.32, 0.40. Web safe color of #699868 is #669966. Color #699868 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10011000 01101000
Octal 151 230 150
Decimal 105 152 104
Hex 69 98 68

RGB Percentages of Color #699868

%29.09
%42.11
%28.81

CMYK Percentages of Color #699868

%31
%0
%32
%40

Triadic Colors of #699868

#699868 #686998 #986869

Analogous Colors of #699868

#699868 #68987f #819868

Monochromatic Colors of #699868

#699868

Complementary Color

#699868 #976898

#699868 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#699868 Color Preview on White Background

Lorem ipsum dolor sit amet.

#699868 Color CSS Codes

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

#699868 Text Font Color

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

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


#699868 Background Color

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

This div background color is #699868


#699868 Border Color

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

This div border color is #699868


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #699868


Comments

No comments written yet.

Please login to write comment.