Color Hex Logo

#2aaddd Color Hex

#2AADDD
(42,173,221)
0 Favorites   0 Comments

Color spaces of #2aaddd

RGB 42173221
HSL0.540.720.52
HSV196°81°87°
CMYK 0.810.220.00   0.13
XYZ28.949635.599873.7523
Yxy35.59980.20930.2574
Hunter Lab59.6656-17.8069-31.5222
CIE-Lab66.2130-17.9545-33.8982

#2aaddd color RGB value is (42,173,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101010 10101101 11011101
Octal 52 255 335
Decimal 42 173 221
Hex 2A AD DD

RGB Percentages of Color #2aaddd

%9.63
%39.68
%50.69

CMYK Percentages of Color #2aaddd

%81
%22
%0
%13

Triadic Colors of #2aaddd

#2aaddd #dd2aad #addd2a

Analogous Colors of #2aaddd

#2aaddd #2a54dd #2addb4

Monochromatic Colors of #2aaddd

#2aaddd

Complementary Color

#2aaddd #dd5a2a

#2aaddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2aaddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#2aaddd Color CSS Codes

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

#2aaddd Text Font Color

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

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


#2aaddd Background Color

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

This div background color is #2aaddd


#2aaddd Border Color

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

This div border color is #2aaddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2aaddd


Comments

No comments written yet.

Please login to write comment.