Color Hex Logo

#029ac9 Color Hex

#029AC9
(2,154,201)
0 Favorites   0 Comments

Color spaces of #029ac9

RGB 2154201
HSL0.540.980.40
HSV194°99°79°
CMYK 0.990.230.00   0.21
XYZ22.123327.341259.3697
Yxy27.34120.20330.2512
Hunter Lab52.2888-15.9824-30.7168
CIE-Lab59.2888-16.9533-33.5840

#029ac9 color RGB value is (2,154,201).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000010 10011010 11001001
Octal 2 232 311
Decimal 2 154 201
Hex 2 9A C9

RGB Percentages of Color #029ac9

%0.56
%43.14
%56.30

CMYK Percentages of Color #029ac9

%99
%23
%0
%21

Triadic Colors of #029ac9

#029ac9 #c9029a #9ac902

Analogous Colors of #029ac9

#029ac9 #0237c9 #02c995

Monochromatic Colors of #029ac9

#029ac9

Complementary Color

#029ac9 #c93102

#029ac9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#029ac9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#029ac9 Color CSS Codes

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

#029ac9 Text Font Color

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

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


#029ac9 Background Color

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

This div background color is #029ac9


#029ac9 Border Color

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

This div border color is #029ac9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #029ac9


Comments

No comments written yet.

Please login to write comment.