Color Hex Logo

#69aead Color Hex

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

Color spaces of #69aead

RGB 105174173
HSL0.500.300.55
HSV179°40°68°
CMYK 0.400.000.01   0.32
XYZ28.504636.292545.0380
Yxy36.29250.25950.3304
Hunter Lab60.2433-20.9669-2.1551
CIE-Lab66.7428-21.9708-6.3572

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

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

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

Base Numbers

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

RGB Percentages of Color #69aead

%23.23
%38.50
%38.27

CMYK Percentages of Color #69aead

%40
%0
%1
%32

Triadic Colors of #69aead

#69aead #ad69ae #aead69

Analogous Colors of #69aead

#69aead #698dae #69ae8b

Monochromatic Colors of #69aead

#69aead

Complementary Color

#69aead #ae696a

#69aead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69aead Color Preview on White Background

Lorem ipsum dolor sit amet.

#69aead Color CSS Codes

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

#69aead Text Font Color

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

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


#69aead Background Color

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

This div background color is #69aead


#69aead Border Color

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

This div border color is #69aead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69aead


Comments

No comments written yet.

Please login to write comment.