Color Hex Logo

#69bbaa Color Hex

#69BBAA
(105,187,170)
0 Favorites   0 Comments

Color spaces of #69bbaa

RGB 105187170
HSL0.470.380.57
HSV168°44°73°
CMYK 0.440.000.09   0.27
XYZ30.851741.446244.4041
Yxy41.44620.26440.3551
Hunter Lab64.3787-27.12164.1709
CIE-Lab70.4874-29.16650.8015

#69bbaa color RGB value is (105,187,170).

#69bbaa hex color red value is 105, green value is 187 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #69bbaa hue: 0.47 , saturation: 0.38 and the lightness value of 69bbaa is 0.57.

The process color (four color CMYK) of #69bbaa color hex is 0.44, 0.00, 0.09, 0.27. Web safe color of #69bbaa is #66cc99. Color #69bbaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10111011 10101010
Octal 151 273 252
Decimal 105 187 170
Hex 69 BB AA

RGB Percentages of Color #69bbaa

%22.73
%40.48
%36.80

CMYK Percentages of Color #69bbaa

%44
%0
%9
%27

Triadic Colors of #69bbaa

#69bbaa #aa69bb #bbaa69

Analogous Colors of #69bbaa

#69bbaa #69a3bb #69bb81

Monochromatic Colors of #69bbaa

#69bbaa

Complementary Color

#69bbaa #bb697a

#69bbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69bbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#69bbaa Color CSS Codes

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

#69bbaa Text Font Color

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

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


#69bbaa Background Color

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

This div background color is #69bbaa


#69bbaa Border Color

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

This div border color is #69bbaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69bbaa


Comments

No comments written yet.

Please login to write comment.