Color Hex Logo

#69aac9 Color Hex

#69AAC9
(105,170,201)
0 Favorites   0 Comments

Color spaces of #69aac9

RGB 105170201
HSL0.550.470.60
HSV199°48°79°
CMYK 0.480.150.00   0.21
XYZ30.743035.969860.5809
Yxy35.96980.24150.2826
Hunter Lab59.9748-13.4571-17.9068
CIE-Lab66.4968-12.3698-22.2600

#69aac9 color RGB value is (105,170,201).

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

The process color (four color CMYK) of #69aac9 color hex is 0.48, 0.15, 0.00, 0.21. Web safe color of #69aac9 is #6699cc. Color #69aac9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10101010 11001001
Octal 151 252 311
Decimal 105 170 201
Hex 69 AA C9

RGB Percentages of Color #69aac9

%22.06
%35.71
%42.23

CMYK Percentages of Color #69aac9

%48
%15
%0
%21

Triadic Colors of #69aac9

#69aac9 #c969aa #aac969

Analogous Colors of #69aac9

#69aac9 #697ac9 #69c9b8

Monochromatic Colors of #69aac9

#69aac9

Complementary Color

#69aac9 #c98869

#69aac9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69aac9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#69aac9 Color CSS Codes

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

#69aac9 Text Font Color

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

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


#69aac9 Background Color

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

This div background color is #69aac9


#69aac9 Border Color

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

This div border color is #69aac9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69aac9


Comments

No comments written yet.

Please login to write comment.