Color Hex Logo

#69addb Color Hex

#69ADDB
(105,173,219)
0 Favorites   0 Comments

Color spaces of #69addb

RGB 105173219
HSL0.570.610.64
HSV204°52°86°
CMYK 0.520.210.00   0.14
XYZ33.555538.004972.5849
Yxy38.00490.23280.2637
Hunter Lab61.6481-10.7254-26.6548
CIE-Lab68.0242-8.7908-29.8437

#69addb color RGB value is (105,173,219).

#69addb hex color red value is 105, green value is 173 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #69addb hue: 0.57 , saturation: 0.61 and the lightness value of 69addb is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 10101101 11011011
Octal 151 255 333
Decimal 105 173 219
Hex 69 AD DB

RGB Percentages of Color #69addb

%21.13
%34.81
%44.06

CMYK Percentages of Color #69addb

%52
%21
%0
%14

Triadic Colors of #69addb

#69addb #db69ad #addb69

Analogous Colors of #69addb

#69addb #6974db #69dbd0

Monochromatic Colors of #69addb

#69addb

Complementary Color

#69addb #db9769

#69addb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69addb Color Preview on White Background

Lorem ipsum dolor sit amet.

#69addb Color CSS Codes

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

#69addb Text Font Color

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

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


#69addb Background Color

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

This div background color is #69addb


#69addb Border Color

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

This div border color is #69addb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69addb


Comments

No comments written yet.

Please login to write comment.