Color Hex Logo

#69ee9d Color Hex

#69EE9D
(105,238,157)
0 Favorites   0 Comments

Color spaces of #69ee9d

RGB 105238157
HSL0.400.800.67
HSV143°56°93°
CMYK 0.560.000.34   0.07
XYZ42.486066.586742.5116
Yxy66.58670.28030.4393
Hunter Lab81.6007-49.863826.2321
CIE-Lab85.2948-54.314228.4692

#69ee9d color RGB value is (105,238,157).

#69ee9d hex color red value is 105, green value is 238 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #69ee9d hue: 0.40 , saturation: 0.80 and the lightness value of 69ee9d is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 11101110 10011101
Octal 151 356 235
Decimal 105 238 157
Hex 69 EE 9D

RGB Percentages of Color #69ee9d

%21.00
%47.60
%31.40

CMYK Percentages of Color #69ee9d

%56
%0
%34
%7

Triadic Colors of #69ee9d

#69ee9d #9d69ee #ee9d69

Analogous Colors of #69ee9d

#69ee9d #69eee0 #78ee69

Monochromatic Colors of #69ee9d

#69ee9d

Complementary Color

#69ee9d #ee69ba

#69ee9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69ee9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#69ee9d Color CSS Codes

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

#69ee9d Text Font Color

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

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


#69ee9d Background Color

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

This div background color is #69ee9d


#69ee9d Border Color

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

This div border color is #69ee9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69ee9d


Comments

No comments written yet.

Please login to write comment.