Color Hex Logo

#2aaefe Color Hex

#2AAEFE
(42,174,254)
0 Favorites   0 Comments

Color spaces of #2aaefe

RGB 42174254
HSL0.560.990.58
HSV203°83°100°
CMYK 0.830.310.00   0.00
XYZ33.980337.920199.2943
Yxy37.92010.19850.2215
Hunter Lab61.5793-9.2650-52.4974
CIE-Lab67.9617-7.0363-49.1862

#2aaefe color RGB value is (42,174,254).

#2aaefe hex color red value is 42, green value is 174 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #2aaefe hue: 0.56 , saturation: 0.99 and the lightness value of 2aaefe is 0.58.

The process color (four color CMYK) of #2aaefe color hex is 0.83, 0.31, 0.00, 0.00. Web safe color of #2aaefe is #3399ff. Color #2aaefe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101010 10101110 11111110
Octal 52 256 376
Decimal 42 174 254
Hex 2A AE FE

RGB Percentages of Color #2aaefe

%8.94
%37.02
%54.04

CMYK Percentages of Color #2aaefe

%83
%31
%0
%0

Triadic Colors of #2aaefe

#2aaefe #fe2aae #aefe2a

Analogous Colors of #2aaefe

#2aaefe #2a44fe #2afee4

Monochromatic Colors of #2aaefe

#2aaefe

Complementary Color

#2aaefe #fe7a2a

#2aaefe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2aaefe Color Preview on White Background

Lorem ipsum dolor sit amet.

#2aaefe Color CSS Codes

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

#2aaefe Text Font Color

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

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


#2aaefe Background Color

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

This div background color is #2aaefe


#2aaefe Border Color

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

This div border color is #2aaefe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2aaefe

Related Colors


Comments

No comments written yet.

Please login to write comment.