Color spaces of #abcd90
RGB | 171 | 205 | 144 |
---|---|---|---|
HSL | 0.26 | 0.38 | 0.68 |
HSV | 93° | 30° | 80° |
CMYK | 0.17 | 0.00 | 0.30 0.20 |
XYZ | 43.6599 | 54.3342 | 34.5720 |
Yxy | 54.3342 | 0.3293 | 0.4099 |
Hunter Lab | 73.7117 | -23.2689 | 23.7902 |
CIE-Lab | 78.6562 | -22.2105 | 26.7573 |
#abcd90 color RGB value is (171,205,144).
#abcd90 hex color red value is 171, green value is 205 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #abcd90 hue: 0.26 , saturation: 0.38 and the lightness value of abcd90 is 0.68.
The process color (four color CMYK) of #abcd90 color hex is 0.17, 0.00, 0.30, 0.20. Web safe color of #abcd90 is #99cc99. Color #abcd90 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 11001101 | 10010000 |
Octal | 253 | 315 | 220 |
Decimal | 171 | 205 | 144 |
Hex | AB | CD | 90 |
Shades of #abcd90
Tints of #abcd90
RGB Percentages of Color #abcd90
CMYK Percentages of Color #abcd90
Complementary Color
#abcd90 | #b290cd |
#abcd90 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#abcd90 Color Preview on White Background
Lorem ipsum dolor sit amet.
#abcd90 Color CSS Codes
.mybgcolor {background-color:#abcd90; } .myforecolor {color:#abcd90; } .mybordercolor {border:3px solid #abcd90; }
#abcd90 Text Font Color
<p style="color:#abcd90">Text here</p>
This sample text font color is #abcd90
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.
#abcd90 Background Color
<div style="background-color:#abcd90">
Div content here</div>
This div background color is #abcd90
#abcd90 Border Color
<div style="border:3px solid #abcd90">
Div here</div>
This div border color is #abcd90
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,205,144, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #abcd90; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #abcd90; -webkit-box-shadow: 1px 1px 3px 2px #abcd90; box-shadow: 1px 1px 3px 2px #abcd90; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,205,144, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #abcd90">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #abcd90; -webkit-box-shadow: 1px 1px 3px 2px #abcd90; box-shadow: 1px 1px 3px 2px #abcd90;">
Div content here</div>
This div box has shadow with color #abcd90
Comments
No comments written yet.
Please login to write comment.