Color Hex Logo

#02729e Color Hex

#02729E
(2,114,158)
0 Favorites   0 Comments

Color spaces of #02729e

RGB 2114158
HSL0.550.980.31
HSV197°99°62°
CMYK 0.990.280.00   0.38
XYZ12.213914.516234.5059
Yxy14.51620.19950.2371
Hunter Lab38.1001-9.4528-27.0267
CIE-Lab44.9643-10.4628-31.2452

#02729e color RGB value is (2,114,158).

#02729e hex color red value is 2, green value is 114 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #02729e hue: 0.55 , saturation: 0.98 and the lightness value of 02729e is 0.31.

The process color (four color CMYK) of #02729e color hex is 0.99, 0.28, 0.00, 0.38. Web safe color of #02729e is #006699. Color #02729e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 01110010 10011110
Octal 2 162 236
Decimal 2 114 158
Hex 2 72 9E

RGB Percentages of Color #02729e

%0.73
%41.61
%57.66

CMYK Percentages of Color #02729e

%99
%28
%0
%38

Triadic Colors of #02729e

#02729e #9e0272 #729e02

Analogous Colors of #02729e

#02729e #02249e #029e7c

Monochromatic Colors of #02729e

#02729e

Complementary Color

#02729e #9e2e02

#02729e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#02729e Color Preview on White Background

Lorem ipsum dolor sit amet.

#02729e Color CSS Codes

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

#02729e Text Font Color

<p style="color:#02729e">Text here</p>

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


#02729e Background Color

<div style="background-color:#02729e">
Div content here</div>

This div background color is #02729e


#02729e Border Color

<div style="border:3px solid #02729e">
Div here</div>

This div border color is #02729e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #02729e


Comments

No comments written yet.

Please login to write comment.