Color spaces of #33db8e
RGB | 51 | 219 | 142 |
---|---|---|---|
HSL | 0.42 | 0.70 | 0.53 |
HSV | 153° | 77° | 86° |
CMYK | 0.77 | 0.00 | 0.35 0.14 |
XYZ | 31.5792 | 53.3198 | 34.2185 |
Yxy | 53.3198 | 0.2651 | 0.4476 |
Hunter Lab | 73.0204 | -50.5897 | 23.3301 |
CIE-Lab | 78.0634 | -59.1418 | 26.2019 |
#33db8e color RGB value is (51,219,142).
#33db8e hex color red value is 51, green value is 219 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #33db8e hue: 0.42 , saturation: 0.70 and the lightness value of 33db8e is 0.53.
The process color (four color CMYK) of #33db8e color hex is 0.77, 0.00, 0.35, 0.14. Web safe color of #33db8e is #33cc99. Color #33db8e contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110011 | 11011011 | 10001110 |
Octal | 63 | 333 | 216 |
Decimal | 51 | 219 | 142 |
Hex | 33 | DB | 8E |
Shades of #33db8e
Tints of #33db8e
RGB Percentages of Color #33db8e
CMYK Percentages of Color #33db8e
Complementary Color
#33db8e | #db3380 |
#33db8e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#33db8e Color Preview on White Background
Lorem ipsum dolor sit amet.
#33db8e Color CSS Codes
.mybgcolor {background-color:#33db8e; } .myforecolor {color:#33db8e; } .mybordercolor {border:3px solid #33db8e; }
#33db8e Text Font Color
<p style="color:#33db8e">Text here</p>
This sample text font color is #33db8e
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.
#33db8e Background Color
<div style="background-color:#33db8e">
Div content here</div>
This div background color is #33db8e
#33db8e Border Color
<div style="border:3px solid #33db8e">
Div here</div>
This div border color is #33db8e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(51,219,142, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #33db8e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #33db8e; -webkit-box-shadow: 1px 1px 3px 2px #33db8e; box-shadow: 1px 1px 3px 2px #33db8e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(51,219,142, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #33db8e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #33db8e; -webkit-box-shadow: 1px 1px 3px 2px #33db8e; box-shadow: 1px 1px 3px 2px #33db8e;">
Div content here</div>
This div box has shadow with color #33db8e
Comments
No comments written yet.
Please login to write comment.