Color spaces of #67edea
RGB | 103 | 237 | 234 |
---|---|---|---|
HSL | 0.50 | 0.79 | 0.67 |
HSV | 179° | 57° | 93° |
CMYK | 0.57 | 0.00 | 0.01 0.07 |
XYZ | 50.7290 | 69.3925 | 88.5623 |
Yxy | 69.3925 | 0.2431 | 0.3325 |
Hunter Lab | 83.3022 | -37.0766 | -4.7224 |
CIE-Lab | 86.6980 | -37.0845 | -9.6266 |
#67edea color RGB value is (103,237,234).
#67edea hex color red value is 103, green value is 237 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #67edea hue: 0.50 , saturation: 0.79 and the lightness value of 67edea is 0.67.
The process color (four color CMYK) of #67edea color hex is 0.57, 0.00, 0.01, 0.07. Web safe color of #67edea is #66ffff. Color #67edea contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100111 | 11101101 | 11101010 |
Octal | 147 | 355 | 352 |
Decimal | 103 | 237 | 234 |
Hex | 67 | ED | EA |
Shades of #67edea
Tints of #67edea
RGB Percentages of Color #67edea
CMYK Percentages of Color #67edea
Complementary Color
#67edea | #ed676a |
#67edea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#67edea Color Preview on White Background
Lorem ipsum dolor sit amet.
#67edea Color CSS Codes
.mybgcolor {background-color:#67edea; } .myforecolor {color:#67edea; } .mybordercolor {border:3px solid #67edea; }
#67edea Text Font Color
<p style="color:#67edea">Text here</p>
This sample text font color is #67edea
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.
#67edea Background Color
<div style="background-color:#67edea">
Div content here</div>
This div background color is #67edea
#67edea Border Color
<div style="border:3px solid #67edea">
Div here</div>
This div border color is #67edea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(103,237,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #67edea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #67edea; -webkit-box-shadow: 1px 1px 3px 2px #67edea; box-shadow: 1px 1px 3px 2px #67edea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(103,237,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #67edea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #67edea; -webkit-box-shadow: 1px 1px 3px 2px #67edea; box-shadow: 1px 1px 3px 2px #67edea;">
Div content here</div>
This div box has shadow with color #67edea
Comments
No comments written yet.
Please login to write comment.