Color spaces of #7db22b
RGB | 125 | 178 | 43 |
---|---|---|---|
HSL | 0.23 | 0.61 | 0.43 |
HSV | 84° | 76° | 70° |
CMYK | 0.30 | 0.00 | 0.76 0.30 |
XYZ | 24.8139 | 36.3752 | 7.9988 |
Yxy | 36.3752 | 0.3586 | 0.5257 |
Hunter Lab | 60.3119 | -32.1061 | 34.3550 |
CIE-Lab | 66.8056 | -37.3585 | 59.0054 |
#7db22b color RGB value is (125,178,43).
#7db22b hex color red value is 125, green value is 178 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #7db22b hue: 0.23 , saturation: 0.61 and the lightness value of 7db22b is 0.43.
The process color (four color CMYK) of #7db22b color hex is 0.30, 0.00, 0.76, 0.30. Web safe color of #7db22b is #669933. Color #7db22b contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111101 | 10110010 | 00101011 |
Octal | 175 | 262 | 53 |
Decimal | 125 | 178 | 43 |
Hex | 7D | B2 | 2B |
Shades of #7db22b
Tints of #7db22b
RGB Percentages of Color #7db22b
CMYK Percentages of Color #7db22b
Complementary Color
#7db22b | #602bb2 |
#7db22b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7db22b Color Preview on White Background
Lorem ipsum dolor sit amet.
#7db22b Color CSS Codes
.mybgcolor {background-color:#7db22b; } .myforecolor {color:#7db22b; } .mybordercolor {border:3px solid #7db22b; }
#7db22b Text Font Color
<p style="color:#7db22b">Text here</p>
This sample text font color is #7db22b
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.
#7db22b Background Color
<div style="background-color:#7db22b">
Div content here</div>
This div background color is #7db22b
#7db22b Border Color
<div style="border:3px solid #7db22b">
Div here</div>
This div border color is #7db22b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(125,178,43, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7db22b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7db22b; -webkit-box-shadow: 1px 1px 3px 2px #7db22b; box-shadow: 1px 1px 3px 2px #7db22b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(125,178,43, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #7db22b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7db22b; -webkit-box-shadow: 1px 1px 3px 2px #7db22b; box-shadow: 1px 1px 3px 2px #7db22b;">
Div content here</div>
This div box has shadow with color #7db22b
Comments
No comments written yet.
Please login to write comment.