Color Hex Logo

#69efaa Color Hex

#69EFAA
(105,239,170)
0 Favorites   0 Comments

Color spaces of #69efaa

RGB 105239170
HSL0.410.810.67
HSV149°56°94°
CMYK 0.560.000.29   0.06
XYZ43.947967.638548.7695
Yxy67.63850.27410.4218
Hunter Lab82.2426-48.539822.4111
CIE-Lab85.8254-52.265622.5370

#69efaa color RGB value is (105,239,170).

#69efaa hex color red value is 105, green value is 239 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #69efaa hue: 0.41 , saturation: 0.81 and the lightness value of 69efaa is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 11101111 10101010
Octal 151 357 252
Decimal 105 239 170
Hex 69 EF AA

RGB Percentages of Color #69efaa

%20.43
%46.50
%33.07

CMYK Percentages of Color #69efaa

%56
%0
%29
%6

Triadic Colors of #69efaa

#69efaa #aa69ef #efaa69

Analogous Colors of #69efaa

#69efaa #69efed #6bef69

Monochromatic Colors of #69efaa

#69efaa

Complementary Color

#69efaa #ef69ae

#69efaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69efaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#69efaa Color CSS Codes

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

#69efaa Text Font Color

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

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


#69efaa Background Color

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

This div background color is #69efaa


#69efaa Border Color

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

This div border color is #69efaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69efaa


Comments

No comments written yet.

Please login to write comment.