Color Hex Logo

#69ed91 Color Hex

#69ED91
(105,237,145)
0 Favorites   0 Comments

Color spaces of #69ed91

RGB 105237145
HSL0.380.790.67
HSV138°56°93°
CMYK 0.560.000.39   0.07
XYZ41.220765.616037.2807
Yxy65.61600.28600.4553
Hunter Lab81.0037-50.922429.4153
CIE-Lab84.8002-56.015633.8761

#69ed91 color RGB value is (105,237,145).

#69ed91 hex color red value is 105, green value is 237 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #69ed91 hue: 0.38 , saturation: 0.79 and the lightness value of 69ed91 is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 11101101 10010001
Octal 151 355 221
Decimal 105 237 145
Hex 69 ED 91

RGB Percentages of Color #69ed91

%21.56
%48.67
%29.77

CMYK Percentages of Color #69ed91

%56
%0
%39
%7

Triadic Colors of #69ed91

#69ed91 #9169ed #ed9169

Analogous Colors of #69ed91

#69ed91 #69edd3 #83ed69

Monochromatic Colors of #69ed91

#69ed91

Complementary Color

#69ed91 #ed69c5

#69ed91 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69ed91 Color Preview on White Background

Lorem ipsum dolor sit amet.

#69ed91 Color CSS Codes

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

#69ed91 Text Font Color

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

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


#69ed91 Background Color

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

This div background color is #69ed91


#69ed91 Border Color

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

This div border color is #69ed91


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69ed91


Comments

No comments written yet.

Please login to write comment.