Color Hex Logo

#69cd76 Color Hex

#69CD76
(105,205,118)
0 Favorites   0 Comments

Color spaces of #69cd76

RGB 105205118
HSL0.360.500.61
HSV128°49°80°
CMYK 0.490.000.42   0.20
XYZ30.927047.973924.7694
Yxy47.97390.29830.4628
Hunter Lab69.2632-41.507827.2814
CIE-Lab74.8085-47.512434.4758

#69cd76 color RGB value is (105,205,118).

#69cd76 hex color red value is 105, green value is 205 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #69cd76 hue: 0.36 , saturation: 0.50 and the lightness value of 69cd76 is 0.61.

The process color (four color CMYK) of #69cd76 color hex is 0.49, 0.00, 0.42, 0.20. Web safe color of #69cd76 is #66cc66. Color #69cd76 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 11001101 01110110
Octal 151 315 166
Decimal 105 205 118
Hex 69 CD 76

RGB Percentages of Color #69cd76

%24.53
%47.90
%27.57

CMYK Percentages of Color #69cd76

%49
%0
%42
%20

Triadic Colors of #69cd76

#69cd76 #7669cd #cd7669

Analogous Colors of #69cd76

#69cd76 #69cda8 #8ecd69

Monochromatic Colors of #69cd76

#69cd76

Complementary Color

#69cd76 #cd69c0

#69cd76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69cd76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#69cd76 Color CSS Codes

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

#69cd76 Text Font Color

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

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


#69cd76 Background Color

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

This div background color is #69cd76


#69cd76 Border Color

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

This div border color is #69cd76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69cd76


Comments

No comments written yet.

Please login to write comment.