Color Hex Logo

#69d70c Color Hex

#69D70C
(105,215,12)
0 Favorites   0 Comments

Color spaces of #69d70c

RGB 10521512
HSL0.260.890.45
HSV93°94°84°
CMYK 0.510.000.94   0.16
XYZ30.192551.63078.7222
Yxy51.63070.33350.5702
Hunter Lab71.8545-50.741643.1011
CIE-Lab77.0595-59.959474.2319

#69d70c color RGB value is (105,215,12).

#69d70c hex color red value is 105, green value is 215 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #69d70c hue: 0.26 , saturation: 0.89 and the lightness value of 69d70c is 0.45.

The process color (four color CMYK) of #69d70c color hex is 0.51, 0.00, 0.94, 0.16. Web safe color of #69d70c is #66cc00. Color #69d70c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 11010111 00001100
Octal 151 327 14
Decimal 105 215 12
Hex 69 D7 C

RGB Percentages of Color #69d70c

%31.63
%64.76
%3.61

CMYK Percentages of Color #69d70c

%51
%0
%94
%16

Triadic Colors of #69d70c

#69d70c #0c69d7 #d70c69

Analogous Colors of #69d70c

#69d70c #0cd714 #cfd70c

Monochromatic Colors of #69d70c

#69d70c

Complementary Color

#69d70c #7a0cd7

#69d70c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69d70c Color Preview on White Background

Lorem ipsum dolor sit amet.

#69d70c Color CSS Codes

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

#69d70c Text Font Color

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

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


#69d70c Background Color

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

This div background color is #69d70c


#69d70c Border Color

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

This div border color is #69d70c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69d70c


Comments

No comments written yet.

Please login to write comment.