Color Hex Logo

#69adae Color Hex

#69ADAE
(105,173,174)
0 Favorites   0 Comments

Color spaces of #69adae

RGB 105173174
HSL0.500.300.55
HSV181°40°68°
CMYK 0.400.010.00   0.32
XYZ28.409235.946445.4854
Yxy35.94640.25860.3273
Hunter Lab59.9553-20.3414-3.0119
CIE-Lab66.4789-21.2072-7.3039

#69adae color RGB value is (105,173,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 10101101 10101110
Octal 151 255 256
Decimal 105 173 174
Hex 69 AD AE

RGB Percentages of Color #69adae

%23.23
%38.27
%38.50

CMYK Percentages of Color #69adae

%40
%1
%0
%32

Triadic Colors of #69adae

#69adae #ae69ad #adae69

Analogous Colors of #69adae

#69adae #698bae #69ae8d

Monochromatic Colors of #69adae

#69adae

Complementary Color

#69adae #ae6a69

#69adae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69adae Color Preview on White Background

Lorem ipsum dolor sit amet.

#69adae Color CSS Codes

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

#69adae Text Font Color

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

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


#69adae Background Color

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

This div background color is #69adae


#69adae Border Color

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

This div border color is #69adae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69adae


Comments

No comments written yet.

Please login to write comment.