Color Hex Logo

#2aaddb Color Hex

#2AADDB
(42,173,219)
0 Favorites   0 Comments

Color spaces of #2aaddb

RGB 42173219
HSL0.540.710.51
HSV196°81°86°
CMYK 0.810.210.00   0.14
XYZ28.684635.493972.3570
Yxy35.49390.21010.2600
Hunter Lab59.5768-18.3164-30.3050
CIE-Lab66.1314-18.6324-32.9242

#2aaddb color RGB value is (42,173,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101010 10101101 11011011
Octal 52 255 333
Decimal 42 173 219
Hex 2A AD DB

RGB Percentages of Color #2aaddb

%9.68
%39.86
%50.46

CMYK Percentages of Color #2aaddb

%81
%21
%0
%14

Triadic Colors of #2aaddb

#2aaddb #db2aad #addb2a

Analogous Colors of #2aaddb

#2aaddb #2a54db #2adbb1

Monochromatic Colors of #2aaddb

#2aaddb

Complementary Color

#2aaddb #db582a

#2aaddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2aaddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#2aaddb Color CSS Codes

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

#2aaddb Text Font Color

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

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


#2aaddb Background Color

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

This div background color is #2aaddb


#2aaddb Border Color

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

This div border color is #2aaddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2aaddb


Comments

No comments written yet.

Please login to write comment.