Color Hex Logo

#05706a Color Hex

#05706A
(5,112,106)
0 Favorites   0 Comments

Color spaces of #05706a

RGB 5112106
HSL0.490.910.23
HSV177°96°44°
CMYK 0.960.000.05   0.56
XYZ8.458312.661215.6337
Yxy12.66120.23010.3445
Hunter Lab35.5826-19.8385-1.1421
CIE-Lab42.2483-27.8406-4.3002

#05706a color RGB value is (5,112,106).

#05706a hex color red value is 5, green value is 112 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #05706a hue: 0.49 , saturation: 0.91 and the lightness value of 05706a is 0.23.

The process color (four color CMYK) of #05706a color hex is 0.96, 0.00, 0.05, 0.56. Web safe color of #05706a is #006666. Color #05706a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01110000 01101010
Octal 5 160 152
Decimal 5 112 106
Hex 5 70 6A

RGB Percentages of Color #05706a

%2.24
%50.22
%47.53

CMYK Percentages of Color #05706a

%96
%0
%5
%56

Triadic Colors of #05706a

#05706a #6a0570 #706a05

Analogous Colors of #05706a

#05706a #054170 #057035

Monochromatic Colors of #05706a

#05706a

Complementary Color

#05706a #70050b

#05706a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05706a Color Preview on White Background

Lorem ipsum dolor sit amet.

#05706a Color CSS Codes

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

#05706a Text Font Color

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

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


#05706a Background Color

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

This div background color is #05706a


#05706a Border Color

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

This div border color is #05706a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,112,106, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #05706a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #05706a;
  -webkit-box-shadow: 1px 1px 3px 2px #05706a;
  box-shadow:         1px 1px 3px 2px #05706a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05706a


Comments

No comments written yet.

Please login to write comment.