Color Hex Logo

#005156 Color Hex

#005156
(0,81,86)
0 Favorites   0 Comments

Color spaces of #005156

RGB 08186
HSL0.511.000.17
HSV183°100°34°
CMYK 1.000.060.00   0.66
XYZ4.62216.55679.8261
Yxy6.55670.22000.3122
Hunter Lab25.6061-12.5899-4.8278
CIE-Lab30.7756-19.1160-9.0616

#005156 color RGB value is (0,81,86).

#005156 hex color red value is 0, green value is 81 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #005156 hue: 0.51 , saturation: 1.00 and the lightness value of 005156 is 0.17.

The process color (four color CMYK) of #005156 color hex is 1.00, 0.06, 0.00, 0.66. Web safe color of #005156 is #006666. Color #005156 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01010001 01010110
Octal 0 121 126
Decimal 0 81 86
Hex 0 51 56

RGB Percentages of Color #005156

%0.00
%48.50
%51.50

CMYK Percentages of Color #005156

%100
%6
%0
%66

Triadic Colors of #005156

#005156 #560051 #515600

Analogous Colors of #005156

#005156 #002656 #005630

Monochromatic Colors of #005156

#005156

Complementary Color

#005156 #560500

#005156 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#005156 Color Preview on White Background

Lorem ipsum dolor sit amet.

#005156 Color CSS Codes

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

#005156 Text Font Color

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

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


#005156 Background Color

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

This div background color is #005156


#005156 Border Color

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

This div border color is #005156


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,81,86, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #005156; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #005156;
  -webkit-box-shadow: 1px 1px 3px 2px #005156;
  box-shadow:         1px 1px 3px 2px #005156; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #005156


Comments

No comments written yet.

Please login to write comment.