Color Hex Logo

#2aabe4 Color Hex

#2AABE4
(42,171,228)
1 Favorites   0 Comments

Color spaces of #2aabe4

RGB 42171228
HSL0.550.780.53
HSV198°82°89°
CMYK 0.820.250.00   0.11
XYZ29.521335.219578.6409
Yxy35.21950.20590.2456
Hunter Lab59.3460-15.0618-37.0245
CIE-Lab65.9192-14.4880-38.2028

#2aabe4 color RGB value is (42,171,228).

#2aabe4 hex color red value is 42, green value is 171 and the blue value of its RGB is 228. Cylindrical-coordinate representations (also known as HSL) of color #2aabe4 hue: 0.55 , saturation: 0.78 and the lightness value of 2aabe4 is 0.53.

The process color (four color CMYK) of #2aabe4 color hex is 0.82, 0.25, 0.00, 0.11. Web safe color of #2aabe4 is #3399cc. Color #2aabe4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101010 10101011 11100100
Octal 52 253 344
Decimal 42 171 228
Hex 2A AB E4

RGB Percentages of Color #2aabe4

%9.52
%38.78
%51.70

CMYK Percentages of Color #2aabe4

%82
%25
%0
%11

Triadic Colors of #2aabe4

#2aabe4 #e42aab #abe42a

Analogous Colors of #2aabe4

#2aabe4 #2a4ee4 #2ae4c0

Monochromatic Colors of #2aabe4

#2aabe4

Complementary Color

#2aabe4 #e4632a

#2aabe4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2aabe4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2aabe4 Color CSS Codes

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

#2aabe4 Text Font Color

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

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


#2aabe4 Background Color

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

This div background color is #2aabe4


#2aabe4 Border Color

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

This div border color is #2aabe4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2aabe4


Comments

No comments written yet.

Please login to write comment.