Color Hex Logo

#2aadde Color Hex

#2AADDE
(42,173,222)
0 Favorites   0 Comments

Color spaces of #2aadde

RGB 42173222
HSL0.550.730.52
HSV196°81°87°
CMYK 0.810.220.00   0.13
XYZ29.083235.653374.4562
Yxy35.65330.20890.2561
Hunter Lab59.7104-17.5510-32.1347
CIE-Lab66.2542-17.6152-34.3842

#2aadde color RGB value is (42,173,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101010 10101101 11011110
Octal 52 255 336
Decimal 42 173 222
Hex 2A AD DE

RGB Percentages of Color #2aadde

%9.61
%39.59
%50.80

CMYK Percentages of Color #2aadde

%81
%22
%0
%13

Triadic Colors of #2aadde

#2aadde #de2aad #adde2a

Analogous Colors of #2aadde

#2aadde #2a53de #2adeb5

Monochromatic Colors of #2aadde

#2aadde

Complementary Color

#2aadde #de5b2a

#2aadde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2aadde Color Preview on White Background

Lorem ipsum dolor sit amet.

#2aadde Color CSS Codes

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

#2aadde Text Font Color

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

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


#2aadde Background Color

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

This div background color is #2aadde


#2aadde Border Color

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

This div border color is #2aadde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2aadde


Comments

No comments written yet.

Please login to write comment.