Color Hex Logo

#69adba Color Hex

#69ADBA
(105,173,186)
0 Favorites   0 Comments

Color spaces of #69adba

RGB 105173186
HSL0.530.370.57
HSV190°44°73°
CMYK 0.440.070.00   0.27
XYZ29.632236.435651.9254
Yxy36.43560.25110.3088
Hunter Lab60.3619-18.0061-8.7500
CIE-Lab66.8514-18.0827-13.4087

#69adba color RGB value is (105,173,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 10101101 10111010
Octal 151 255 272
Decimal 105 173 186
Hex 69 AD BA

RGB Percentages of Color #69adba

%22.63
%37.28
%40.09

CMYK Percentages of Color #69adba

%44
%7
%0
%27

Triadic Colors of #69adba

#69adba #ba69ad #adba69

Analogous Colors of #69adba

#69adba #6985ba #69ba9f

Monochromatic Colors of #69adba

#69adba

Complementary Color

#69adba #ba7669

#69adba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69adba Color Preview on White Background

Lorem ipsum dolor sit amet.

#69adba Color CSS Codes

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

#69adba Text Font Color

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

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


#69adba Background Color

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

This div background color is #69adba


#69adba Border Color

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

This div border color is #69adba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(105,173,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 #69adba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69adba


Comments

No comments written yet.

Please login to write comment.