Color Hex Logo

#02a4fa Color Hex

#02A4FA
(2,164,250)
0 Favorites   0 Comments

Color spaces of #02a4fa

RGB 2164250
HSL0.560.980.49
HSV201°99°98°
CMYK 0.990.340.00   0.02
XYZ30.555833.466095.2916
Yxy33.46600.19180.2101
Hunter Lab57.8498-6.9549-57.1691
CIE-Lab64.5365-4.6180-52.4498

#02a4fa color RGB value is (2,164,250).

#02a4fa hex color red value is 2, green value is 164 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #02a4fa hue: 0.56 , saturation: 0.98 and the lightness value of 02a4fa is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 00000010 10100100 11111010
Octal 2 244 372
Decimal 2 164 250
Hex 2 A4 FA

RGB Percentages of Color #02a4fa

%0.48
%39.42
%60.10

CMYK Percentages of Color #02a4fa

%99
%34
%0
%2

Triadic Colors of #02a4fa

#02a4fa #fa02a4 #a4fa02

Analogous Colors of #02a4fa

#02a4fa #0228fa #02fad4

Monochromatic Colors of #02a4fa

#02a4fa

Complementary Color

#02a4fa #fa5802

#02a4fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#02a4fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#02a4fa Color CSS Codes

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

#02a4fa Text Font Color

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

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


#02a4fa Background Color

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

This div background color is #02a4fa


#02a4fa Border Color

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

This div border color is #02a4fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #02a4fa


Comments

No comments written yet.

Please login to write comment.