Color spaces of #38de60
RGB | 56 | 222 | 96 |
---|---|---|---|
HSL | 0.37 | 0.72 | 0.55 |
HSV | 134° | 75° | 87° |
CMYK | 0.75 | 0.00 | 0.57 0.13 |
XYZ | 29.8635 | 53.9278 | 19.9015 |
Yxy | 53.9278 | 0.2880 | 0.5201 |
Hunter Lab | 73.4355 | -55.9229 | 35.3369 |
CIE-Lab | 78.4196 | -67.0658 | 49.2900 |
#38de60 color RGB value is (56,222,96).
#38de60 hex color red value is 56, green value is 222 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #38de60 hue: 0.37 , saturation: 0.72 and the lightness value of 38de60 is 0.55.
The process color (four color CMYK) of #38de60 color hex is 0.75, 0.00, 0.57, 0.13. Web safe color of #38de60 is #33cc66. Color #38de60 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111000 | 11011110 | 01100000 |
Octal | 70 | 336 | 140 |
Decimal | 56 | 222 | 96 |
Hex | 38 | DE | 60 |
Shades of #38de60
Tints of #38de60
RGB Percentages of Color #38de60
CMYK Percentages of Color #38de60
Complementary Color
#38de60 | #de38b6 |
#38de60 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#38de60 Color Preview on White Background
Lorem ipsum dolor sit amet.
#38de60 Color CSS Codes
.mybgcolor {background-color:#38de60; } .myforecolor {color:#38de60; } .mybordercolor {border:3px solid #38de60; }
#38de60 Text Font Color
<p style="color:#38de60">Text here</p>
This sample text font color is #38de60
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.
#38de60 Background Color
<div style="background-color:#38de60">
Div content here</div>
This div background color is #38de60
#38de60 Border Color
<div style="border:3px solid #38de60">
Div here</div>
This div border color is #38de60
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(56,222,96, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #38de60; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #38de60; -webkit-box-shadow: 1px 1px 3px 2px #38de60; box-shadow: 1px 1px 3px 2px #38de60; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(56,222,96, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #38de60">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #38de60; -webkit-box-shadow: 1px 1px 3px 2px #38de60; box-shadow: 1px 1px 3px 2px #38de60;">
Div content here</div>
This div box has shadow with color #38de60
Comments
No comments written yet.
Please login to write comment.