Color Hex Logo

#02a4ba Color Hex

#02A4BA
(2,164,186)
0 Favorites   0 Comments

Color spaces of #02a4ba

RGB 2164186
HSL0.520.980.37
HSV187°99°73°
CMYK 0.990.120.00   0.27
XYZ22.163430.109051.0979
Yxy30.10900.21440.2913
Hunter Lab54.8717-23.9269-16.8022
CIE-Lab61.7482-27.3681-21.3729

#02a4ba color RGB value is (2,164,186).

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

The process color (four color CMYK) of #02a4ba color hex is 0.99, 0.12, 0.00, 0.27. Web safe color of #02a4ba is #0099cc. Color #02a4ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 10100100 10111010
Octal 2 244 272
Decimal 2 164 186
Hex 2 A4 BA

RGB Percentages of Color #02a4ba

%0.57
%46.59
%52.84

CMYK Percentages of Color #02a4ba

%99
%12
%0
%27

Triadic Colors of #02a4ba

#02a4ba #ba02a4 #a4ba02

Analogous Colors of #02a4ba

#02a4ba #0248ba #02ba74

Monochromatic Colors of #02a4ba

#02a4ba

Complementary Color

#02a4ba #ba1802

#02a4ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#02a4ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#02a4ba Color CSS Codes

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

#02a4ba Text Font Color

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

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


#02a4ba Background Color

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

This div background color is #02a4ba


#02a4ba Border Color

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

This div border color is #02a4ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #02a4ba


Comments

No comments written yet.

Please login to write comment.