Color Hex Logo

#2aadd9 Color Hex

#2AADD9
(42,173,217)
0 Favorites   0 Comments

Color spaces of #2aadd9

RGB 42173217
HSL0.540.700.51
HSV195°81°85°
CMYK 0.810.200.00   0.15
XYZ28.422835.389170.9784
Yxy35.38910.21090.2625
Hunter Lab59.4887-18.8208-29.0992
CIE-Lab66.0505-19.3070-31.9481

#2aadd9 color RGB value is (42,173,217).

#2aadd9 hex color red value is 42, green value is 173 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #2aadd9 hue: 0.54 , saturation: 0.70 and the lightness value of 2aadd9 is 0.51.

The process color (four color CMYK) of #2aadd9 color hex is 0.81, 0.20, 0.00, 0.15. Web safe color of #2aadd9 is #3399cc. Color #2aadd9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101010 10101101 11011001
Octal 52 255 331
Decimal 42 173 217
Hex 2A AD D9

RGB Percentages of Color #2aadd9

%9.72
%40.05
%50.23

CMYK Percentages of Color #2aadd9

%81
%20
%0
%15

Triadic Colors of #2aadd9

#2aadd9 #d92aad #add92a

Analogous Colors of #2aadd9

#2aadd9 #2a55d9 #2ad9ae

Monochromatic Colors of #2aadd9

#2aadd9

Complementary Color

#2aadd9 #d9562a

#2aadd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2aadd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2aadd9 Color CSS Codes

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

#2aadd9 Text Font Color

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

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


#2aadd9 Background Color

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

This div background color is #2aadd9


#2aadd9 Border Color

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

This div border color is #2aadd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2aadd9


Comments

No comments written yet.

Please login to write comment.