Color spaces of #2abead
RGB | 42 | 190 | 173 |
---|---|---|---|
HSL | 0.48 | 0.64 | 0.45 |
HSV | 173° | 78° | 75° |
CMYK | 0.78 | 0.00 | 0.09 0.25 |
XYZ | 26.9111 | 40.3363 | 45.9025 |
Yxy | 40.3363 | 0.2378 | 0.3565 |
Hunter Lab | 63.5109 | -35.5092 | 1.6057 |
CIE-Lab | 69.7084 | -41.1099 | -2.1915 |
#2abead color RGB value is (42,190,173).
#2abead hex color red value is 42, green value is 190 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #2abead hue: 0.48 , saturation: 0.64 and the lightness value of 2abead is 0.45.
The process color (four color CMYK) of #2abead color hex is 0.78, 0.00, 0.09, 0.25. Web safe color of #2abead is #33cc99. Color #2abead contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00101010 | 10111110 | 10101101 |
Octal | 52 | 276 | 255 |
Decimal | 42 | 190 | 173 |
Hex | 2A | BE | AD |
Shades of #2abead
Tints of #2abead
RGB Percentages of Color #2abead
CMYK Percentages of Color #2abead
Complementary Color
#2abead | #be2a3b |
#2abead Color Preview on Black Background
Lorem ipsum dolor sit amet.
#2abead Color Preview on White Background
Lorem ipsum dolor sit amet.
#2abead Color CSS Codes
.mybgcolor {background-color:#2abead; } .myforecolor {color:#2abead; } .mybordercolor {border:3px solid #2abead; }
#2abead Text Font Color
<p style="color:#2abead">Text here</p>
This sample text font color is #2abead
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.
#2abead Background Color
<div style="background-color:#2abead">
Div content here</div>
This div background color is #2abead
#2abead Border Color
<div style="border:3px solid #2abead">
Div here</div>
This div border color is #2abead
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(42,190,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #2abead; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #2abead; -webkit-box-shadow: 1px 1px 3px 2px #2abead; box-shadow: 1px 1px 3px 2px #2abead; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(42,190,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #2abead">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #2abead; -webkit-box-shadow: 1px 1px 3px 2px #2abead; box-shadow: 1px 1px 3px 2px #2abead;">
Div content here</div>
This div box has shadow with color #2abead
Comments
No comments written yet.
Please login to write comment.