Color Hex Logo

#69add9 Color Hex

#69ADD9
(105,173,217)
0 Favorites   0 Comments

Color spaces of #69add9

RGB 105173217
HSL0.570.600.63
HSV204°52°85°
CMYK 0.520.200.00   0.15
XYZ33.293737.900271.2063
Yxy37.90020.23380.2662
Hunter Lab61.5631-11.2017-25.4829
CIE-Lab67.9470-9.3794-28.8637

#69add9 color RGB value is (105,173,217).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 10101101 11011001
Octal 151 255 331
Decimal 105 173 217
Hex 69 AD D9

RGB Percentages of Color #69add9

%21.21
%34.95
%43.84

CMYK Percentages of Color #69add9

%52
%20
%0
%15

Triadic Colors of #69add9

#69add9 #d969ad #add969

Analogous Colors of #69add9

#69add9 #6975d9 #69d9cd

Monochromatic Colors of #69add9

#69add9

Complementary Color

#69add9 #d99569

#69add9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69add9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#69add9 Color CSS Codes

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

#69add9 Text Font Color

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

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


#69add9 Background Color

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

This div background color is #69add9


#69add9 Border Color

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

This div border color is #69add9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69add9


Comments

No comments written yet.

Please login to write comment.