Color spaces of #26977c
RGB | 38 | 151 | 124 |
---|---|---|---|
HSL | 0.46 | 0.60 | 0.37 |
HSV | 166° | 75° | 59° |
CMYK | 0.75 | 0.00 | 0.18 0.41 |
XYZ | 15.5040 | 24.0005 | 22.8842 |
Yxy | 24.0005 | 0.2485 | 0.3847 |
Hunter Lab | 48.9903 | -29.2430 | 6.5979 |
CIE-Lab | 56.0883 | -37.5310 | 5.3792 |
#26977c color RGB value is (38,151,124).
#26977c hex color red value is 38, green value is 151 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #26977c hue: 0.46 , saturation: 0.60 and the lightness value of 26977c is 0.37.
The process color (four color CMYK) of #26977c color hex is 0.75, 0.00, 0.18, 0.41. Web safe color of #26977c is #339966. Color #26977c contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100110 | 10010111 | 01111100 |
Octal | 46 | 227 | 174 |
Decimal | 38 | 151 | 124 |
Hex | 26 | 97 | 7C |
Shades of #26977c
Tints of #26977c
RGB Percentages of Color #26977c
CMYK Percentages of Color #26977c
Complementary Color
#26977c | #972641 |
#26977c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#26977c Color Preview on White Background
Lorem ipsum dolor sit amet.
#26977c Color CSS Codes
.mybgcolor {background-color:#26977c; } .myforecolor {color:#26977c; } .mybordercolor {border:3px solid #26977c; }
#26977c Text Font Color
<p style="color:#26977c">Text here</p>
This sample text font color is #26977c
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.
#26977c Background Color
<div style="background-color:#26977c">
Div content here</div>
This div background color is #26977c
#26977c Border Color
<div style="border:3px solid #26977c">
Div here</div>
This div border color is #26977c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(38,151,124, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #26977c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #26977c; -webkit-box-shadow: 1px 1px 3px 2px #26977c; box-shadow: 1px 1px 3px 2px #26977c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(38,151,124, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #26977c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #26977c; -webkit-box-shadow: 1px 1px 3px 2px #26977c; box-shadow: 1px 1px 3px 2px #26977c;">
Div content here</div>
This div box has shadow with color #26977c
Comments
No comments written yet.
Please login to write comment.