Color Hex Logo

#69c507 Color Hex

#69C507
(105,197,7)
0 Favorites   0 Comments

Color spaces of #69c507

RGB 1051977
HSL0.250.930.40
HSV89°96°77°
CMYK 0.470.000.96   0.23
XYZ25.830342.95117.1300
Yxy42.95110.34030.5658
Hunter Lab65.5371-44.337239.4256
CIE-Lab71.5218-53.381870.2863

#69c507 color RGB value is (105,197,7).

#69c507 hex color red value is 105, green value is 197 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #69c507 hue: 0.25 , saturation: 0.93 and the lightness value of 69c507 is 0.40.

The process color (four color CMYK) of #69c507 color hex is 0.47, 0.00, 0.96, 0.23. Web safe color of #69c507 is #66cc00. Color #69c507 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 11000101 00000111
Octal 151 305 7
Decimal 105 197 7
Hex 69 C5 7

RGB Percentages of Color #69c507

%33.98
%63.75
%2.27

CMYK Percentages of Color #69c507

%47
%0
%96
%23

Triadic Colors of #69c507

#69c507 #0769c5 #c50769

Analogous Colors of #69c507

#69c507 #0ac507 #c5c207

Monochromatic Colors of #69c507

#69c507

Complementary Color

#69c507 #6307c5

#69c507 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69c507 Color Preview on White Background

Lorem ipsum dolor sit amet.

#69c507 Color CSS Codes

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

#69c507 Text Font Color

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

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


#69c507 Background Color

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

This div background color is #69c507


#69c507 Border Color

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

This div border color is #69c507


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69c507


Comments

No comments written yet.

Please login to write comment.