Color Hex Logo

#69e49e Color Hex

#69E49E
(105,228,158)
0 Favorites   0 Comments

Color spaces of #69e49e

RGB 105228158
HSL0.410.690.65
HSV146°54°89°
CMYK 0.540.000.31   0.11
XYZ39.740760.958742.0194
Yxy60.95870.27850.4271
Hunter Lab78.0761-45.776622.7442
CIE-Lab82.3565-50.067623.9695

#69e49e color RGB value is (105,228,158).

#69e49e hex color red value is 105, green value is 228 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #69e49e hue: 0.41 , saturation: 0.69 and the lightness value of 69e49e is 0.65.

The process color (four color CMYK) of #69e49e color hex is 0.54, 0.00, 0.31, 0.11. Web safe color of #69e49e is #66cc99. Color #69e49e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 11100100 10011110
Octal 151 344 236
Decimal 105 228 158
Hex 69 E4 9E

RGB Percentages of Color #69e49e

%21.38
%46.44
%32.18

CMYK Percentages of Color #69e49e

%54
%0
%31
%11

Triadic Colors of #69e49e

#69e49e #9e69e4 #e49e69

Analogous Colors of #69e49e

#69e49e #69e4dc #72e469

Monochromatic Colors of #69e49e

#69e49e

Complementary Color

#69e49e #e469af

#69e49e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69e49e Color Preview on White Background

Lorem ipsum dolor sit amet.

#69e49e Color CSS Codes

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

#69e49e Text Font Color

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

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


#69e49e Background Color

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

This div background color is #69e49e


#69e49e Border Color

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

This div border color is #69e49e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69e49e


Comments

No comments written yet.

Please login to write comment.