Color Hex Logo

#69ed2e Color Hex

#69ED2E
(105,237,46)
0 Favorites   0 Comments

Color spaces of #69ed2e

RGB 10523746
HSL0.280.840.55
HSV101°81°93°
CMYK 0.560.000.81   0.07
XYZ36.603063.768912.9642
Yxy63.76890.32300.5627
Hunter Lab79.8554-57.928746.2733
CIE-Lab83.8453-66.595573.7554

#69ed2e color RGB value is (105,237,46).

#69ed2e hex color red value is 105, green value is 237 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #69ed2e hue: 0.28 , saturation: 0.84 and the lightness value of 69ed2e is 0.55.

The process color (four color CMYK) of #69ed2e color hex is 0.56, 0.00, 0.81, 0.07. Web safe color of #69ed2e is #66ff33. Color #69ed2e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 11101101 00101110
Octal 151 355 56
Decimal 105 237 46
Hex 69 ED 2E

RGB Percentages of Color #69ed2e

%27.06
%61.08
%11.86

CMYK Percentages of Color #69ed2e

%56
%0
%81
%7

Triadic Colors of #69ed2e

#69ed2e #2e69ed #ed2e69

Analogous Colors of #69ed2e

#69ed2e #2eed53 #c9ed2e

Monochromatic Colors of #69ed2e

#69ed2e

Complementary Color

#69ed2e #b22eed

#69ed2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69ed2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#69ed2e Color CSS Codes

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

#69ed2e Text Font Color

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

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


#69ed2e Background Color

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

This div background color is #69ed2e


#69ed2e Border Color

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

This div border color is #69ed2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69ed2e


Comments

No comments written yet.

Please login to write comment.