Color Hex Logo

#69aeab Color Hex

#69AEAB
(105,174,171)
0 Favorites   0 Comments

Color spaces of #69aeab

RGB 105174171
HSL0.490.300.55
HSV177°40°68°
CMYK 0.400.000.02   0.32
XYZ28.312436.215644.0262
Yxy36.21560.26080.3336
Hunter Lab60.1794-21.3357-1.2500
CIE-Lab66.6843-22.4726-5.3336

#69aeab color RGB value is (105,174,171).

#69aeab hex color red value is 105, green value is 174 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #69aeab hue: 0.49 , saturation: 0.30 and the lightness value of 69aeab is 0.55.

The process color (four color CMYK) of #69aeab color hex is 0.40, 0.00, 0.02, 0.32. Web safe color of #69aeab is #669999. Color #69aeab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10101110 10101011
Octal 151 256 253
Decimal 105 174 171
Hex 69 AE AB

RGB Percentages of Color #69aeab

%23.33
%38.67
%38.00

CMYK Percentages of Color #69aeab

%40
%0
%2
%32

Triadic Colors of #69aeab

#69aeab #ab69ae #aeab69

Analogous Colors of #69aeab

#69aeab #698fae #69ae89

Monochromatic Colors of #69aeab

#69aeab

Complementary Color

#69aeab #ae696c

#69aeab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69aeab Color Preview on White Background

Lorem ipsum dolor sit amet.

#69aeab Color CSS Codes

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

#69aeab Text Font Color

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

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


#69aeab Background Color

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

This div background color is #69aeab


#69aeab Border Color

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

This div border color is #69aeab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69aeab


Comments

No comments written yet.

Please login to write comment.