Color Hex Logo

#69adbc Color Hex

#69ADBC
(105,173,188)
0 Favorites   0 Comments

Color spaces of #69adbc

RGB 105173188
HSL0.530.380.57
HSV191°44°74°
CMYK 0.440.080.00   0.26
XYZ29.846436.521253.0532
Yxy36.52120.24990.3058
Hunter Lab60.4328-17.6002-9.7470
CIE-Lab66.9163-17.5472-14.4201

#69adbc color RGB value is (105,173,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 10101101 10111100
Octal 151 255 274
Decimal 105 173 188
Hex 69 AD BC

RGB Percentages of Color #69adbc

%22.53
%37.12
%40.34

CMYK Percentages of Color #69adbc

%44
%8
%0
%26

Triadic Colors of #69adbc

#69adbc #bc69ad #adbc69

Analogous Colors of #69adbc

#69adbc #6984bc #69bca2

Monochromatic Colors of #69adbc

#69adbc

Complementary Color

#69adbc #bc7869

#69adbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69adbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#69adbc Color CSS Codes

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

#69adbc Text Font Color

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

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


#69adbc Background Color

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

This div background color is #69adbc


#69adbc Border Color

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

This div border color is #69adbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69adbc


Comments

No comments written yet.

Please login to write comment.