Color Hex Logo

#69eaaa Color Hex

#69EAAA
(105,234,170)
0 Favorites   0 Comments

Color spaces of #69eaaa

RGB 105234170
HSL0.420.750.66
HSV150°55°92°
CMYK 0.550.000.27   0.08
XYZ42.504264.751248.2882
Yxy64.75120.27330.4163
Hunter Lab80.4681-46.533520.7483
CIE-Lab84.3554-50.210320.5076

#69eaaa color RGB value is (105,234,170).

#69eaaa hex color red value is 105, green value is 234 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #69eaaa hue: 0.42 , saturation: 0.75 and the lightness value of 69eaaa is 0.66.

The process color (four color CMYK) of #69eaaa color hex is 0.55, 0.00, 0.27, 0.08. Web safe color of #69eaaa is #66ff99. Color #69eaaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 11101010 10101010
Octal 151 352 252
Decimal 105 234 170
Hex 69 EA AA

RGB Percentages of Color #69eaaa

%20.63
%45.97
%33.40

CMYK Percentages of Color #69eaaa

%55
%0
%27
%8

Triadic Colors of #69eaaa

#69eaaa #aa69ea #eaaa69

Analogous Colors of #69eaaa

#69eaaa #69eaea #69ea6a

Monochromatic Colors of #69eaaa

#69eaaa

Complementary Color

#69eaaa #ea69a9

#69eaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69eaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#69eaaa Color CSS Codes

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

#69eaaa Text Font Color

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

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


#69eaaa Background Color

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

This div background color is #69eaaa


#69eaaa Border Color

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

This div border color is #69eaaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(105,234,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 #69eaaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69eaaa


Comments

No comments written yet.

Please login to write comment.