Color Hex Logo

#69bdac Color Hex

#69BDAC
(105,189,172)
0 Favorites   0 Comments

Color spaces of #69bdac

RGB 105189172
HSL0.470.390.58
HSV168°44°74°
CMYK 0.440.000.09   0.26
XYZ31.469742.377045.5507
Yxy42.37700.26360.3549
Hunter Lab65.0976-27.62984.0814
CIE-Lab71.1301-29.65730.6438

#69bdac color RGB value is (105,189,172).

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

The process color (four color CMYK) of #69bdac color hex is 0.44, 0.00, 0.09, 0.26. Web safe color of #69bdac is #66cc99. Color #69bdac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10111101 10101100
Octal 151 275 254
Decimal 105 189 172
Hex 69 BD AC

RGB Percentages of Color #69bdac

%22.53
%40.56
%36.91

CMYK Percentages of Color #69bdac

%44
%0
%9
%26

Triadic Colors of #69bdac

#69bdac #ac69bd #bdac69

Analogous Colors of #69bdac

#69bdac #69a4bd #69bd82

Monochromatic Colors of #69bdac

#69bdac

Complementary Color

#69bdac #bd697a

#69bdac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69bdac Color Preview on White Background

Lorem ipsum dolor sit amet.

#69bdac Color CSS Codes

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

#69bdac Text Font Color

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

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


#69bdac Background Color

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

This div background color is #69bdac


#69bdac Border Color

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

This div border color is #69bdac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69bdac


Comments

No comments written yet.

Please login to write comment.