Color Hex Logo

#029eaa Color Hex

#029EAA
(2,158,170)
0 Favorites   0 Comments

Color spaces of #029eaa

RGB 2158170
HSL0.510.980.34
HSV184°99°67°
CMYK 0.990.070.00   0.33
XYZ19.507627.368942.2848
Yxy27.36890.21880.3070
Hunter Lab52.3153-24.9918-11.3015
CIE-Lab59.3142-29.6961-16.0645

#029eaa color RGB value is (2,158,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000010 10011110 10101010
Octal 2 236 252
Decimal 2 158 170
Hex 2 9E AA

RGB Percentages of Color #029eaa

%0.61
%47.88
%51.52

CMYK Percentages of Color #029eaa

%99
%7
%0
%33

Triadic Colors of #029eaa

#029eaa #aa029e #9eaa02

Analogous Colors of #029eaa

#029eaa #024aaa #02aa62

Monochromatic Colors of #029eaa

#029eaa

Complementary Color

#029eaa #aa0e02

#029eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#029eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#029eaa Color CSS Codes

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

#029eaa Text Font Color

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

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


#029eaa Background Color

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

This div background color is #029eaa


#029eaa Border Color

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

This div border color is #029eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #029eaa


Comments

No comments written yet.

Please login to write comment.