Color spaces of #71b08a
RGB | 113 | 176 | 138 |
---|---|---|---|
HSL | 0.40 | 0.29 | 0.57 |
HSV | 144° | 36° | 69° |
CMYK | 0.36 | 0.00 | 0.22 0.31 |
XYZ | 26.9228 | 36.3964 | 29.6510 |
Yxy | 36.3964 | 0.2896 | 0.3915 |
Hunter Lab | 60.3294 | -25.9185 | 13.0905 |
CIE-Lab | 66.8217 | -28.6197 | 13.1608 |
#71b08a color RGB value is (113,176,138).
#71b08a hex color red value is 113, green value is 176 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #71b08a hue: 0.40 , saturation: 0.29 and the lightness value of 71b08a is 0.57.
The process color (four color CMYK) of #71b08a color hex is 0.36, 0.00, 0.22, 0.31. Web safe color of #71b08a is #669999. Color #71b08a contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110001 | 10110000 | 10001010 |
Octal | 161 | 260 | 212 |
Decimal | 113 | 176 | 138 |
Hex | 71 | B0 | 8A |
Shades of #71b08a
Tints of #71b08a
RGB Percentages of Color #71b08a
CMYK Percentages of Color #71b08a
Complementary Color
#71b08a | #b07197 |
#71b08a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#71b08a Color Preview on White Background
Lorem ipsum dolor sit amet.
#71b08a Color CSS Codes
.mybgcolor {background-color:#71b08a; } .myforecolor {color:#71b08a; } .mybordercolor {border:3px solid #71b08a; }
#71b08a Text Font Color
<p style="color:#71b08a">Text here</p>
This sample text font color is #71b08a
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.
#71b08a Background Color
<div style="background-color:#71b08a">
Div content here</div>
This div background color is #71b08a
#71b08a Border Color
<div style="border:3px solid #71b08a">
Div here</div>
This div border color is #71b08a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(113,176,138, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #71b08a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #71b08a; -webkit-box-shadow: 1px 1px 3px 2px #71b08a; box-shadow: 1px 1px 3px 2px #71b08a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(113,176,138, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #71b08a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #71b08a; -webkit-box-shadow: 1px 1px 3px 2px #71b08a; box-shadow: 1px 1px 3px 2px #71b08a;">
Div content here</div>
This div box has shadow with color #71b08a
Comments
No comments written yet.
Please login to write comment.