Color Hex Logo

#2aaeff Color Hex

#2AAEFF
(42,174,255)
0 Favorites   0 Comments

Color spaces of #2aaeff

RGB 42174255
HSL0.561.000.58
HSV203°84°100°
CMYK 0.840.320.00   0.00
XYZ34.140937.9843100.1400
Yxy37.98430.19820.2205
Hunter Lab61.6314-8.9744-53.1937
CIE-Lab68.0090-6.6822-49.6536

#2aaeff color RGB value is (42,174,255).

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

The process color (four color CMYK) of #2aaeff color hex is 0.84, 0.32, 0.00, 0.00. Web safe color of #2aaeff is #3399ff. Color #2aaeff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101010 10101110 11111111
Octal 52 256 377
Decimal 42 174 255
Hex 2A AE FF

RGB Percentages of Color #2aaeff

%8.92
%36.94
%54.14

CMYK Percentages of Color #2aaeff

%84
%32
%0
%0

Triadic Colors of #2aaeff

#2aaeff #ff2aae #aeff2a

Analogous Colors of #2aaeff

#2aaeff #2a43ff #2affe6

Monochromatic Colors of #2aaeff

#2aaeff

Complementary Color

#2aaeff #ff7b2a

#2aaeff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2aaeff Color Preview on White Background

Lorem ipsum dolor sit amet.

#2aaeff Color CSS Codes

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

#2aaeff Text Font Color

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

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


#2aaeff Background Color

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

This div background color is #2aaeff


#2aaeff Border Color

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

This div border color is #2aaeff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2aaeff


Comments

No comments written yet.

Please login to write comment.