Color Hex Logo

#69c316 Color Hex

#69C316
(105,195,22)
0 Favorites   0 Comments

Color spaces of #69c316

RGB 10519522
HSL0.250.800.43
HSV91°89°76°
CMYK 0.460.000.89   0.24
XYZ25.485642.09147.5403
Yxy42.09140.33930.5603
Hunter Lab64.8779-43.417238.5237
CIE-Lab70.9339-52.294967.7552

#69c316 color RGB value is (105,195,22).

#69c316 hex color red value is 105, green value is 195 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #69c316 hue: 0.25 , saturation: 0.80 and the lightness value of 69c316 is 0.43.

The process color (four color CMYK) of #69c316 color hex is 0.46, 0.00, 0.89, 0.24. Web safe color of #69c316 is #66cc00. Color #69c316 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 11000011 00010110
Octal 151 303 26
Decimal 105 195 22
Hex 69 C3 16

RGB Percentages of Color #69c316

%32.61
%60.56
%6.83

CMYK Percentages of Color #69c316

%46
%0
%89
%24

Triadic Colors of #69c316

#69c316 #1669c3 #c31669

Analogous Colors of #69c316

#69c316 #16c31a #c0c316

Monochromatic Colors of #69c316

#69c316

Complementary Color

#69c316 #7016c3

#69c316 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69c316 Color Preview on White Background

Lorem ipsum dolor sit amet.

#69c316 Color CSS Codes

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

#69c316 Text Font Color

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

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


#69c316 Background Color

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

This div background color is #69c316


#69c316 Border Color

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

This div border color is #69c316


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(105,195,22, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #69c316; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #69c316;
  -webkit-box-shadow: 1px 1px 3px 2px #69c316;
  box-shadow:         1px 1px 3px 2px #69c316; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69c316


Comments

No comments written yet.

Please login to write comment.