Color Hex Logo

#2aadda Color Hex

#2AADDA
(42,173,218)
0 Favorites   0 Comments

Color spaces of #2aadda

RGB 42173218
HSL0.540.700.51
HSV195°81°85°
CMYK 0.810.210.00   0.15
XYZ28.553335.441371.6656
Yxy35.44130.21050.2613
Hunter Lab59.5326-18.5690-29.7007
CIE-Lab66.0908-18.9699-32.4365

#2aadda color RGB value is (42,173,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101010 10101101 11011010
Octal 52 255 332
Decimal 42 173 218
Hex 2A AD DA

RGB Percentages of Color #2aadda

%9.70
%39.95
%50.35

CMYK Percentages of Color #2aadda

%81
%21
%0
%15

Triadic Colors of #2aadda

#2aadda #da2aad #adda2a

Analogous Colors of #2aadda

#2aadda #2a55da #2adaaf

Monochromatic Colors of #2aadda

#2aadda

Complementary Color

#2aadda #da572a

#2aadda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2aadda Color Preview on White Background

Lorem ipsum dolor sit amet.

#2aadda Color CSS Codes

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

#2aadda Text Font Color

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

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


#2aadda Background Color

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

This div background color is #2aadda


#2aadda Border Color

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

This div border color is #2aadda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2aadda


Comments

No comments written yet.

Please login to write comment.