Color Hex Logo

#029aba Color Hex

#029ABA
(2,154,186)
0 Favorites   0 Comments

Color spaces of #029aba

RGB 2154186
HSL0.530.980.37
HSV190°99°73°
CMYK 0.990.170.00   0.27
XYZ20.443626.669350.5246
Yxy26.66930.20940.2731
Hunter Lab51.6423-19.7114-21.8571
CIE-Lab58.6670-22.2626-26.1019

#029aba color RGB value is (2,154,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000010 10011010 10111010
Octal 2 232 272
Decimal 2 154 186
Hex 2 9A BA

RGB Percentages of Color #029aba

%0.58
%45.03
%54.39

CMYK Percentages of Color #029aba

%99
%17
%0
%27

Triadic Colors of #029aba

#029aba #ba029a #9aba02

Analogous Colors of #029aba

#029aba #023eba #02ba7e

Monochromatic Colors of #029aba

#029aba

Complementary Color

#029aba #ba2202

#029aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#029aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#029aba Color CSS Codes

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

#029aba Text Font Color

<p style="color:#029aba">Text here</p>

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


#029aba Background Color

<div style="background-color:#029aba">
Div content here</div>

This div background color is #029aba


#029aba Border Color

<div style="border:3px solid #029aba">
Div here</div>

This div border color is #029aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #029aba


Comments

No comments written yet.

Please login to write comment.