Color spaces of #1cf826
RGB | 28 | 248 | 38 |
---|---|---|---|
HSL | 0.34 | 0.94 | 0.54 |
HSV | 123° | 89° | 97° |
CMYK | 0.89 | 0.00 | 0.85 0.03 |
XYZ | 34.3961 | 67.5216 | 13.0538 |
Yxy | 67.5216 | 0.2992 | 0.5873 |
Hunter Lab | 82.1715 | -69.0820 | 48.1012 |
CIE-Lab | 85.7667 | -82.3403 | 76.8419 |
#1cf826 color RGB value is (28,248,38).
#1cf826 hex color red value is 28, green value is 248 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #1cf826 hue: 0.34 , saturation: 0.94 and the lightness value of 1cf826 is 0.54.
The process color (four color CMYK) of #1cf826 color hex is 0.89, 0.00, 0.85, 0.03. Web safe color of #1cf826 is #33ff33. Color #1cf826 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00011100 | 11111000 | 00100110 |
Octal | 34 | 370 | 46 |
Decimal | 28 | 248 | 38 |
Hex | 1C | F8 | 26 |
Shades of #1cf826
Tints of #1cf826
RGB Percentages of Color #1cf826
CMYK Percentages of Color #1cf826
Complementary Color
#1cf826 | #f81cee |
#1cf826 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#1cf826 Color Preview on White Background
Lorem ipsum dolor sit amet.
#1cf826 Color CSS Codes
.mybgcolor {background-color:#1cf826; } .myforecolor {color:#1cf826; } .mybordercolor {border:3px solid #1cf826; }
#1cf826 Text Font Color
<p style="color:#1cf826">Text here</p>
This sample text font color is #1cf826
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.
#1cf826 Background Color
<div style="background-color:#1cf826">
Div content here</div>
This div background color is #1cf826
#1cf826 Border Color
<div style="border:3px solid #1cf826">
Div here</div>
This div border color is #1cf826
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(28,248,38, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #1cf826; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #1cf826; -webkit-box-shadow: 1px 1px 3px 2px #1cf826; box-shadow: 1px 1px 3px 2px #1cf826; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(28,248,38, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #1cf826">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #1cf826; -webkit-box-shadow: 1px 1px 3px 2px #1cf826; box-shadow: 1px 1px 3px 2px #1cf826;">
Div content here</div>
This div box has shadow with color #1cf826
Comments
No comments written yet.
Please login to write comment.