Color Hex Logo

#69b3ab Color Hex

#69B3AB
(105,179,171)
0 Favorites   0 Comments

Color spaces of #69b3ab

RGB 105179171
HSL0.480.330.56
HSV174°41°70°
CMYK 0.410.000.04   0.30
XYZ29.296538.183744.3542
Yxy38.18370.26200.3414
Hunter Lab61.7930-23.50950.6975
CIE-Lab68.1558-24.9901-3.1630

#69b3ab color RGB value is (105,179,171).

#69b3ab hex color red value is 105, green value is 179 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #69b3ab hue: 0.48 , saturation: 0.33 and the lightness value of 69b3ab is 0.56.

The process color (four color CMYK) of #69b3ab color hex is 0.41, 0.00, 0.04, 0.30. Web safe color of #69b3ab is #66cc99. Color #69b3ab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10110011 10101011
Octal 151 263 253
Decimal 105 179 171
Hex 69 B3 AB

RGB Percentages of Color #69b3ab

%23.08
%39.34
%37.58

CMYK Percentages of Color #69b3ab

%41
%0
%4
%30

Triadic Colors of #69b3ab

#69b3ab #ab69b3 #b3ab69

Analogous Colors of #69b3ab

#69b3ab #6996b3 #69b386

Monochromatic Colors of #69b3ab

#69b3ab

Complementary Color

#69b3ab #b36971

#69b3ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69b3ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#69b3ab Color CSS Codes

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

#69b3ab Text Font Color

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

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


#69b3ab Background Color

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

This div background color is #69b3ab


#69b3ab Border Color

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

This div border color is #69b3ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69b3ab


Comments

No comments written yet.

Please login to write comment.