Color spaces of #75ecbd
RGB | 117 | 236 | 189 |
---|---|---|---|
HSL | 0.43 | 0.76 | 0.69 |
HSV | 156° | 50° | 93° |
CMYK | 0.50 | 0.00 | 0.20 0.07 |
XYZ | 46.5169 | 67.4469 | 58.7110 |
Yxy | 67.4469 | 0.2694 | 0.3906 |
Hunter Lab | 82.1261 | -42.6167 | 15.1025 |
CIE-Lab | 85.7291 | -44.4593 | 12.6093 |
#75ecbd color RGB value is (117,236,189).
#75ecbd hex color red value is 117, green value is 236 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #75ecbd hue: 0.43 , saturation: 0.76 and the lightness value of 75ecbd is 0.69.
The process color (four color CMYK) of #75ecbd color hex is 0.50, 0.00, 0.20, 0.07. Web safe color of #75ecbd is #66ffcc. Color #75ecbd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110101 | 11101100 | 10111101 |
Octal | 165 | 354 | 275 |
Decimal | 117 | 236 | 189 |
Hex | 75 | EC | BD |
Shades of #75ecbd
Tints of #75ecbd
RGB Percentages of Color #75ecbd
CMYK Percentages of Color #75ecbd
Complementary Color
#75ecbd | #ec75a4 |
#75ecbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#75ecbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#75ecbd Color CSS Codes
.mybgcolor {background-color:#75ecbd; } .myforecolor {color:#75ecbd; } .mybordercolor {border:3px solid #75ecbd; }
#75ecbd Text Font Color
<p style="color:#75ecbd">Text here</p>
This sample text font color is #75ecbd
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.
#75ecbd Background Color
<div style="background-color:#75ecbd">
Div content here</div>
This div background color is #75ecbd
#75ecbd Border Color
<div style="border:3px solid #75ecbd">
Div here</div>
This div border color is #75ecbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(117,236,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #75ecbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #75ecbd; -webkit-box-shadow: 1px 1px 3px 2px #75ecbd; box-shadow: 1px 1px 3px 2px #75ecbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(117,236,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #75ecbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #75ecbd; -webkit-box-shadow: 1px 1px 3px 2px #75ecbd; box-shadow: 1px 1px 3px 2px #75ecbd;">
Div content here</div>
This div box has shadow with color #75ecbd
Comments
No comments written yet.
Please login to write comment.