Color spaces of #8cb285
RGB | 140 | 178 | 133 |
---|---|---|---|
HSL | 0.31 | 0.23 | 0.61 |
HSV | 111° | 25° | 70° |
CMYK | 0.21 | 0.00 | 0.25 0.30 |
XYZ | 30.9692 | 39.1097 | 28.1070 |
Yxy | 39.1097 | 0.3154 | 0.3983 |
Hunter Lab | 62.5377 | -21.0464 | 17.1291 |
CIE-Lab | 68.8307 | -21.5896 | 18.9149 |
#8cb285 color RGB value is (140,178,133).
#8cb285 hex color red value is 140, green value is 178 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #8cb285 hue: 0.31 , saturation: 0.23 and the lightness value of 8cb285 is 0.61.
The process color (four color CMYK) of #8cb285 color hex is 0.21, 0.00, 0.25, 0.30. Web safe color of #8cb285 is #999999. Color #8cb285 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001100 | 10110010 | 10000101 |
Octal | 214 | 262 | 205 |
Decimal | 140 | 178 | 133 |
Hex | 8C | B2 | 85 |
Shades of #8cb285
Tints of #8cb285
RGB Percentages of Color #8cb285
CMYK Percentages of Color #8cb285
Complementary Color
#8cb285 | #ab85b2 |
#8cb285 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8cb285 Color Preview on White Background
Lorem ipsum dolor sit amet.
#8cb285 Color CSS Codes
.mybgcolor {background-color:#8cb285; } .myforecolor {color:#8cb285; } .mybordercolor {border:3px solid #8cb285; }
#8cb285 Text Font Color
<p style="color:#8cb285">Text here</p>
This sample text font color is #8cb285
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.
#8cb285 Background Color
<div style="background-color:#8cb285">
Div content here</div>
This div background color is #8cb285
#8cb285 Border Color
<div style="border:3px solid #8cb285">
Div here</div>
This div border color is #8cb285
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(140,178,133, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8cb285; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8cb285; -webkit-box-shadow: 1px 1px 3px 2px #8cb285; box-shadow: 1px 1px 3px 2px #8cb285; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(140,178,133, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #8cb285">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8cb285; -webkit-box-shadow: 1px 1px 3px 2px #8cb285; box-shadow: 1px 1px 3px 2px #8cb285;">
Div content here</div>
This div box has shadow with color #8cb285
Comments
No comments written yet.
Please login to write comment.