Color spaces of #29efed
RGB | 41 | 239 | 237 |
---|---|---|---|
HSL | 0.50 | 0.86 | 0.55 |
HSV | 179° | 83° | 94° |
CMYK | 0.83 | 0.00 | 0.01 0.06 |
XYZ | 47.0670 | 68.3188 | 90.8269 |
Yxy | 68.3188 | 0.2282 | 0.3313 |
Hunter Lab | 82.6552 | -43.0019 | -7.2931 |
CIE-Lab | 86.1656 | -44.7935 | -12.1225 |
#29efed color RGB value is (41,239,237).
#29efed hex color red value is 41, green value is 239 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #29efed hue: 0.50 , saturation: 0.86 and the lightness value of 29efed is 0.55.
The process color (four color CMYK) of #29efed color hex is 0.83, 0.00, 0.01, 0.06. Web safe color of #29efed is #33ffff. Color #29efed contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00101001 | 11101111 | 11101101 |
Octal | 51 | 357 | 355 |
Decimal | 41 | 239 | 237 |
Hex | 29 | EF | ED |
Shades of #29efed
Tints of #29efed
RGB Percentages of Color #29efed
CMYK Percentages of Color #29efed
Complementary Color
#29efed | #ef292b |
#29efed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#29efed Color Preview on White Background
Lorem ipsum dolor sit amet.
#29efed Color CSS Codes
.mybgcolor {background-color:#29efed; } .myforecolor {color:#29efed; } .mybordercolor {border:3px solid #29efed; }
#29efed Text Font Color
<p style="color:#29efed">Text here</p>
This sample text font color is #29efed
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.
#29efed Background Color
<div style="background-color:#29efed">
Div content here</div>
This div background color is #29efed
#29efed Border Color
<div style="border:3px solid #29efed">
Div here</div>
This div border color is #29efed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(41,239,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #29efed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #29efed; -webkit-box-shadow: 1px 1px 3px 2px #29efed; box-shadow: 1px 1px 3px 2px #29efed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(41,239,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #29efed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #29efed; -webkit-box-shadow: 1px 1px 3px 2px #29efed; box-shadow: 1px 1px 3px 2px #29efed;">
Div content here</div>
This div box has shadow with color #29efed
Comments
No comments written yet.
Please login to write comment.