Color Hex Logo

#029fab Color Hex

#029FAB
(2,159,171)
0 Favorites   0 Comments

Color spaces of #029fab

RGB 2159171
HSL0.510.980.34
HSV184°99°67°
CMYK 0.990.070.00   0.33
XYZ19.773927.749542.8421
Yxy27.74950.21880.3071
Hunter Lab52.6778-25.1818-11.3453
CIE-Lab59.6617-29.8580-16.1036

#029fab color RGB value is (2,159,171).

#029fab hex color red value is 2, green value is 159 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #029fab hue: 0.51 , saturation: 0.98 and the lightness value of 029fab is 0.34.

The process color (four color CMYK) of #029fab color hex is 0.99, 0.07, 0.00, 0.33. Web safe color of #029fab is #009999. Color #029fab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 10011111 10101011
Octal 2 237 253
Decimal 2 159 171
Hex 2 9F AB

RGB Percentages of Color #029fab

%0.60
%47.89
%51.51

CMYK Percentages of Color #029fab

%99
%7
%0
%33

Triadic Colors of #029fab

#029fab #ab029f #9fab02

Analogous Colors of #029fab

#029fab #024bab #02ab63

Monochromatic Colors of #029fab

#029fab

Complementary Color

#029fab #ab0e02

#029fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#029fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#029fab Color CSS Codes

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

#029fab Text Font Color

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

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


#029fab Background Color

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

This div background color is #029fab


#029fab Border Color

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

This div border color is #029fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #029fab


Comments

No comments written yet.

Please login to write comment.