Color Hex Logo

#69983b Color Hex

#69983B
(105,152,59)
0 Favorites   0 Comments

Color spaces of #69983b

RGB 10515259
HSL0.250.440.41
HSV90°61°60°
CMYK 0.310.000.61   0.40
XYZ17.843425.77558.1724
Yxy25.77550.34450.4977
Hunter Lab50.7696-26.111425.9948
CIE-Lab57.8233-31.907342.9171

#69983b color RGB value is (105,152,59).

#69983b hex color red value is 105, green value is 152 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #69983b hue: 0.25 , saturation: 0.44 and the lightness value of 69983b is 0.41.

The process color (four color CMYK) of #69983b color hex is 0.31, 0.00, 0.61, 0.40. Web safe color of #69983b is #669933. Color #69983b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10011000 00111011
Octal 151 230 73
Decimal 105 152 59
Hex 69 98 3B

RGB Percentages of Color #69983b

%33.23
%48.10
%18.67

CMYK Percentages of Color #69983b

%31
%0
%61
%40

Triadic Colors of #69983b

#69983b #3b6998 #983b69

Analogous Colors of #69983b

#69983b #3b983c #98983b

Monochromatic Colors of #69983b

#69983b

Complementary Color

#69983b #6a3b98

#69983b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69983b Color Preview on White Background

Lorem ipsum dolor sit amet.

#69983b Color CSS Codes

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

#69983b Text Font Color

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

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


#69983b Background Color

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

This div background color is #69983b


#69983b Border Color

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

This div border color is #69983b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69983b


Comments

No comments written yet.

Please login to write comment.