Color Hex Logo

#69bfab Color Hex

#69BFAB
(105,191,171)
0 Favorites   0 Comments

Color spaces of #69bfab

RGB 105191171
HSL0.460.400.58
HSV166°45°75°
CMYK 0.450.000.10   0.25
XYZ31.807243.205145.1911
Yxy43.20510.26460.3594
Hunter Lab65.7306-28.65195.2483
CIE-Lab71.6940-30.85572.0106

#69bfab color RGB value is (105,191,171).

#69bfab hex color red value is 105, green value is 191 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #69bfab hue: 0.46 , saturation: 0.40 and the lightness value of 69bfab is 0.58.

The process color (four color CMYK) of #69bfab color hex is 0.45, 0.00, 0.10, 0.25. Web safe color of #69bfab is #66cc99. Color #69bfab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10111111 10101011
Octal 151 277 253
Decimal 105 191 171
Hex 69 BF AB

RGB Percentages of Color #69bfab

%22.48
%40.90
%36.62

CMYK Percentages of Color #69bfab

%45
%0
%10
%25

Triadic Colors of #69bfab

#69bfab #ab69bf #bfab69

Analogous Colors of #69bfab

#69bfab #69a8bf #69bf80

Monochromatic Colors of #69bfab

#69bfab

Complementary Color

#69bfab #bf697d

#69bfab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69bfab Color Preview on White Background

Lorem ipsum dolor sit amet.

#69bfab Color CSS Codes

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

#69bfab Text Font Color

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

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


#69bfab Background Color

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

This div background color is #69bfab


#69bfab Border Color

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

This div border color is #69bfab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69bfab


Comments

No comments written yet.

Please login to write comment.