Color Hex Logo

#69aaba Color Hex

#69AABA
(105,170,186)
0 Favorites   0 Comments

Color spaces of #69aaba

RGB 105170186
HSL0.530.370.57
HSV192°44°73°
CMYK 0.440.090.00   0.27
XYZ29.063335.297951.7357
Yxy35.29790.25030.3040
Hunter Lab59.4120-16.6521-10.0410
CIE-Lab65.9799-16.5100-14.7207

#69aaba color RGB value is (105,170,186).

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

The process color (four color CMYK) of #69aaba color hex is 0.44, 0.09, 0.00, 0.27. Web safe color of #69aaba is #6699cc. Color #69aaba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10101010 10111010
Octal 151 252 272
Decimal 105 170 186
Hex 69 AA BA

RGB Percentages of Color #69aaba

%22.78
%36.88
%40.35

CMYK Percentages of Color #69aaba

%44
%9
%0
%27

Triadic Colors of #69aaba

#69aaba #ba69aa #aaba69

Analogous Colors of #69aaba

#69aaba #6982ba #69baa2

Monochromatic Colors of #69aaba

#69aaba

Complementary Color

#69aaba #ba7969

#69aaba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69aaba Color Preview on White Background

Lorem ipsum dolor sit amet.

#69aaba Color CSS Codes

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

#69aaba Text Font Color

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

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


#69aaba Background Color

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

This div background color is #69aaba


#69aaba Border Color

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

This div border color is #69aaba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69aaba


Comments

No comments written yet.

Please login to write comment.