Color Hex Logo

#2aabeb Color Hex

#2AABEB
(42,171,235)
0 Favorites   0 Comments

Color spaces of #2aabeb

RGB 42171235
HSL0.560.830.54
HSV200°82°92°
CMYK 0.820.270.00   0.08
XYZ30.513235.616283.8637
Yxy35.61620.20340.2375
Hunter Lab59.6793-13.1742-41.5411
CIE-Lab66.2256-12.0581-41.5621

#2aabeb color RGB value is (42,171,235).

#2aabeb hex color red value is 42, green value is 171 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #2aabeb hue: 0.56 , saturation: 0.83 and the lightness value of 2aabeb is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 00101010 10101011 11101011
Octal 52 253 353
Decimal 42 171 235
Hex 2A AB EB

RGB Percentages of Color #2aabeb

%9.38
%38.17
%52.46

CMYK Percentages of Color #2aabeb

%82
%27
%0
%8

Triadic Colors of #2aabeb

#2aabeb #eb2aab #abeb2a

Analogous Colors of #2aabeb

#2aabeb #2a4aeb #2aebcb

Monochromatic Colors of #2aabeb

#2aabeb

Complementary Color

#2aabeb #eb6a2a

#2aabeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2aabeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#2aabeb Color CSS Codes

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

#2aabeb Text Font Color

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

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


#2aabeb Background Color

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

This div background color is #2aabeb


#2aabeb Border Color

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

This div border color is #2aabeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2aabeb


Comments

No comments written yet.

Please login to write comment.