Color Hex Logo

#2aaaed Color Hex

#2AAAED
(42,170,237)
0 Favorites   0 Comments

Color spaces of #2aaaed

RGB 42170237
HSL0.560.840.55
HSV201°82°93°
CMYK 0.820.280.00   0.07
XYZ30.615635.356185.3316
Yxy35.35610.20230.2337
Hunter Lab59.4610-12.1497-43.4635
CIE-Lab66.0250-10.8107-42.9716

#2aaaed color RGB value is (42,170,237).

#2aaaed hex color red value is 42, green value is 170 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #2aaaed hue: 0.56 , saturation: 0.84 and the lightness value of 2aaaed is 0.55.

The process color (four color CMYK) of #2aaaed color hex is 0.82, 0.28, 0.00, 0.07. Web safe color of #2aaaed is #3399ff. Color #2aaaed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101010 10101010 11101101
Octal 52 252 355
Decimal 42 170 237
Hex 2A AA ED

RGB Percentages of Color #2aaaed

%9.35
%37.86
%52.78

CMYK Percentages of Color #2aaaed

%82
%28
%0
%7

Triadic Colors of #2aaaed

#2aaaed #ed2aaa #aaed2a

Analogous Colors of #2aaaed

#2aaaed #2a49ed #2aedcf

Monochromatic Colors of #2aaaed

#2aaaed

Complementary Color

#2aaaed #ed6d2a

#2aaaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2aaaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#2aaaed Color CSS Codes

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

#2aaaed Text Font Color

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

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


#2aaaed Background Color

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

This div background color is #2aaaed


#2aaaed Border Color

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

This div border color is #2aaaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2aaaed


Comments

No comments written yet.

Please login to write comment.