Color Hex Logo

#698228 Color Hex

#698228
(105,130,40)
0 Favorites   0 Comments

Color spaces of #698228

RGB 10513040
HSL0.210.530.33
HSV77°69°51°
CMYK 0.190.000.69   0.49
XYZ14.191319.12174.9504
Yxy19.12170.37090.4997
Hunter Lab43.7284-18.595523.8978
CIE-Lab50.8293-22.801643.8407

#698228 color RGB value is (105,130,40).

#698228 hex color red value is 105, green value is 130 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #698228 hue: 0.21 , saturation: 0.53 and the lightness value of 698228 is 0.33.

The process color (four color CMYK) of #698228 color hex is 0.19, 0.00, 0.69, 0.49. Web safe color of #698228 is #669933. Color #698228 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10000010 00101000
Octal 151 202 50
Decimal 105 130 40
Hex 69 82 28

RGB Percentages of Color #698228

%38.18
%47.27
%14.55

CMYK Percentages of Color #698228

%19
%0
%69
%49

Triadic Colors of #698228

#698228 #286982 #822869

Analogous Colors of #698228

#698228 #3c8228 #826e28

Monochromatic Colors of #698228

#698228

Complementary Color

#698228 #412882

#698228 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#698228 Color Preview on White Background

Lorem ipsum dolor sit amet.

#698228 Color CSS Codes

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

#698228 Text Font Color

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

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


#698228 Background Color

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

This div background color is #698228


#698228 Border Color

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

This div border color is #698228


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #698228


Comments

No comments written yet.

Please login to write comment.