Color Hex Logo

#2aaaad Color Hex

#2AAAAD
(42,170,173)
0 Favorites   0 Comments

Color spaces of #2aaaad

RGB 42170173
HSL0.500.610.42
HSV181°76°68°
CMYK 0.760.020.00   0.32
XYZ22.872432.258844.5562
Yxy32.25880.22940.3236
Hunter Lab56.7968-27.5115-6.7543
CIE-Lab63.5562-31.9142-11.3180

#2aaaad color RGB value is (42,170,173).

#2aaaad hex color red value is 42, green value is 170 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #2aaaad hue: 0.50 , saturation: 0.61 and the lightness value of 2aaaad is 0.42.

The process color (four color CMYK) of #2aaaad color hex is 0.76, 0.02, 0.00, 0.32. Web safe color of #2aaaad is #339999. Color #2aaaad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101010 10101010 10101101
Octal 52 252 255
Decimal 42 170 173
Hex 2A AA AD

RGB Percentages of Color #2aaaad

%10.91
%44.16
%44.94

CMYK Percentages of Color #2aaaad

%76
%2
%0
%32

Triadic Colors of #2aaaad

#2aaaad #ad2aaa #aaad2a

Analogous Colors of #2aaaad

#2aaaad #2a69ad #2aad6f

Monochromatic Colors of #2aaaad

#2aaaad

Complementary Color

#2aaaad #ad2d2a

#2aaaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2aaaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#2aaaad Color CSS Codes

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

#2aaaad Text Font Color

<p style="color:#2aaaad">Text here</p>

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


#2aaaad Background Color

<div style="background-color:#2aaaad">
Div content here</div>

This div background color is #2aaaad


#2aaaad Border Color

<div style="border:3px solid #2aaaad">
Div here</div>

This div border color is #2aaaad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(42,170,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2aaaad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2aaaad;
  -webkit-box-shadow: 1px 1px 3px 2px #2aaaad;
  box-shadow:         1px 1px 3px 2px #2aaaad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(42,170,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 #2aaaad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2aaaad


Comments

No comments written yet.

Please login to write comment.