Color spaces of #38c05f
RGB | 56 | 192 | 95 |
---|---|---|---|
HSL | 0.38 | 0.55 | 0.49 |
HSV | 137° | 71° | 75° |
CMYK | 0.71 | 0.00 | 0.51 0.25 |
XYZ | 22.5461 | 39.3663 | 17.2366 |
Yxy | 39.3663 | 0.2849 | 0.4974 |
Hunter Lab | 62.7426 | -45.6568 | 27.6317 |
CIE-Lab | 69.0158 | -56.9328 | 38.3873 |
#38c05f color RGB value is (56,192,95).
#38c05f hex color red value is 56, green value is 192 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #38c05f hue: 0.38 , saturation: 0.55 and the lightness value of 38c05f is 0.49.
The process color (four color CMYK) of #38c05f color hex is 0.71, 0.00, 0.51, 0.25. Web safe color of #38c05f is #33cc66. Color #38c05f contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111000 | 11000000 | 01011111 |
Octal | 70 | 300 | 137 |
Decimal | 56 | 192 | 95 |
Hex | 38 | C0 | 5F |
Shades of #38c05f
Tints of #38c05f
RGB Percentages of Color #38c05f
CMYK Percentages of Color #38c05f
Complementary Color
#38c05f | #c03899 |
#38c05f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#38c05f Color Preview on White Background
Lorem ipsum dolor sit amet.
#38c05f Color CSS Codes
.mybgcolor {background-color:#38c05f; } .myforecolor {color:#38c05f; } .mybordercolor {border:3px solid #38c05f; }
#38c05f Text Font Color
<p style="color:#38c05f">Text here</p>
This sample text font color is #38c05f
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.
#38c05f Background Color
<div style="background-color:#38c05f">
Div content here</div>
This div background color is #38c05f
#38c05f Border Color
<div style="border:3px solid #38c05f">
Div here</div>
This div border color is #38c05f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(56,192,95, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #38c05f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #38c05f; -webkit-box-shadow: 1px 1px 3px 2px #38c05f; box-shadow: 1px 1px 3px 2px #38c05f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(56,192,95, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #38c05f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #38c05f; -webkit-box-shadow: 1px 1px 3px 2px #38c05f; box-shadow: 1px 1px 3px 2px #38c05f;">
Div content here</div>
This div box has shadow with color #38c05f
Comments
No comments written yet.
Please login to write comment.