Color Hex Logo

#699421 Color Hex

#699421
(105,148,33)
0 Favorites   0 Comments

Color spaces of #699421

RGB 10514833
HSL0.230.640.35
HSV82°78°58°
CMYK 0.290.000.78   0.42
XYZ16.690124.29295.2482
Yxy24.29290.36100.5255
Hunter Lab49.2878-25.809128.1882
CIE-Lab56.3799-31.991552.0071

#699421 color RGB value is (105,148,33).

#699421 hex color red value is 105, green value is 148 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #699421 hue: 0.23 , saturation: 0.64 and the lightness value of 699421 is 0.35.

The process color (four color CMYK) of #699421 color hex is 0.29, 0.00, 0.78, 0.42. Web safe color of #699421 is #669933. Color #699421 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10010100 00100001
Octal 151 224 41
Decimal 105 148 33
Hex 69 94 21

RGB Percentages of Color #699421

%36.71
%51.75
%11.54

CMYK Percentages of Color #699421

%29
%0
%78
%42

Triadic Colors of #699421

#699421 #216994 #942169

Analogous Colors of #699421

#699421 #309421 #948621

Monochromatic Colors of #699421

#699421

Complementary Color

#699421 #4c2194

#699421 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#699421 Color Preview on White Background

Lorem ipsum dolor sit amet.

#699421 Color CSS Codes

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

#699421 Text Font Color

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

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


#699421 Background Color

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

This div background color is #699421


#699421 Border Color

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

This div border color is #699421


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #699421


Comments

No comments written yet.

Please login to write comment.