Color Hex Logo

#02aaff Color Hex

#02AAFF
(2,170,255)
0 Favorites   0 Comments

Color spaces of #02aaff

RGB 2170255
HSL0.561.000.50
HSV200°99°100°
CMYK 0.990.330.00   0.00
XYZ32.449835.982499.8427
Yxy35.98240.19280.2138
Hunter Lab59.9853-8.4126-56.6956
CIE-Lab66.5065-6.1737-52.0516

#02aaff color RGB value is (2,170,255).

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

The process color (four color CMYK) of #02aaff color hex is 0.99, 0.33, 0.00, 0.00. Web safe color of #02aaff is #0099ff. Color #02aaff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 10101010 11111111
Octal 2 252 377
Decimal 2 170 255
Hex 2 AA FF

RGB Percentages of Color #02aaff

%0.47
%39.81
%59.72

CMYK Percentages of Color #02aaff

%99
%33
%0
%0

Triadic Colors of #02aaff

#02aaff #ff02aa #aaff02

Analogous Colors of #02aaff

#02aaff #022cff #02ffd6

Monochromatic Colors of #02aaff

#02aaff

Complementary Color

#02aaff #ff5702

#02aaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#02aaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#02aaff Color CSS Codes

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

#02aaff Text Font Color

<p style="color:#02aaff">Text here</p>

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


#02aaff Background Color

<div style="background-color:#02aaff">
Div content here</div>

This div background color is #02aaff


#02aaff Border Color

<div style="border:3px solid #02aaff">
Div here</div>

This div border color is #02aaff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(2,170,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 #02aaff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #02aaff


Comments

No comments written yet.

Please login to write comment.