Color Hex Logo

#69aabd Color Hex

#69AABD
(105,170,189)
0 Favorites   0 Comments

Color spaces of #69aabd

RGB 105170189
HSL0.540.390.58
HSV194°44°74°
CMYK 0.440.100.00   0.26
XYZ29.385735.426853.4334
Yxy35.42680.24850.2996
Hunter Lab59.5204-16.0339-11.5623
CIE-Lab66.0796-15.6987-16.2376

#69aabd color RGB value is (105,170,189).

#69aabd hex color red value is 105, green value is 170 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #69aabd hue: 0.54 , saturation: 0.39 and the lightness value of 69aabd is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 10101010 10111101
Octal 151 252 275
Decimal 105 170 189
Hex 69 AA BD

RGB Percentages of Color #69aabd

%22.63
%36.64
%40.73

CMYK Percentages of Color #69aabd

%44
%10
%0
%26

Triadic Colors of #69aabd

#69aabd #bd69aa #aabd69

Analogous Colors of #69aabd

#69aabd #6980bd #69bda6

Monochromatic Colors of #69aabd

#69aabd

Complementary Color

#69aabd #bd7c69

#69aabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69aabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#69aabd Color CSS Codes

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

#69aabd Text Font Color

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

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


#69aabd Background Color

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

This div background color is #69aabd


#69aabd Border Color

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

This div border color is #69aabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69aabd

#69aabd Color Palettes


Comments

No comments written yet.

Please login to write comment.