Color Hex Logo

#69acae Color Hex

#69ACAE
(105,172,174)
0 Favorites   0 Comments

Color spaces of #69acae

RGB 105172174
HSL0.500.300.55
HSV182°40°68°
CMYK 0.400.010.00   0.32
XYZ28.218235.564345.4217
Yxy35.56430.25840.3257
Hunter Lab59.6358-19.9009-3.4132
CIE-Lab66.1857-20.6939-7.7397

#69acae color RGB value is (105,172,174).

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

The process color (four color CMYK) of #69acae color hex is 0.40, 0.01, 0.00, 0.32. Web safe color of #69acae is #669999. Color #69acae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10101100 10101110
Octal 151 254 256
Decimal 105 172 174
Hex 69 AC AE

RGB Percentages of Color #69acae

%23.28
%38.14
%38.58

CMYK Percentages of Color #69acae

%40
%1
%0
%32

Triadic Colors of #69acae

#69acae #ae69ac #acae69

Analogous Colors of #69acae

#69acae #698aae #69ae8e

Monochromatic Colors of #69acae

#69acae

Complementary Color

#69acae #ae6b69

#69acae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69acae Color Preview on White Background

Lorem ipsum dolor sit amet.

#69acae Color CSS Codes

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

#69acae Text Font Color

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

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


#69acae Background Color

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

This div background color is #69acae


#69acae Border Color

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

This div border color is #69acae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69acae


Comments

No comments written yet.

Please login to write comment.