Color spaces of #29eaec
RGB | 41 | 234 | 236 |
---|---|---|---|
HSL | 0.50 | 0.84 | 0.54 |
HSV | 181° | 83° | 93° |
CMYK | 0.83 | 0.01 | 0.00 0.07 |
XYZ | 45.4776 | 65.3732 | 89.5782 |
Yxy | 65.3732 | 0.2269 | 0.3262 |
Hunter Lab | 80.8537 | -41.0935 | -9.0901 |
CIE-Lab | 84.6757 | -42.8752 | -13.8246 |
#29eaec color RGB value is (41,234,236).
#29eaec hex color red value is 41, green value is 234 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #29eaec hue: 0.50 , saturation: 0.84 and the lightness value of 29eaec is 0.54.
The process color (four color CMYK) of #29eaec color hex is 0.83, 0.01, 0.00, 0.07. Web safe color of #29eaec is #33ffff. Color #29eaec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00101001 | 11101010 | 11101100 |
Octal | 51 | 352 | 354 |
Decimal | 41 | 234 | 236 |
Hex | 29 | EA | EC |
Shades of #29eaec
Tints of #29eaec
RGB Percentages of Color #29eaec
CMYK Percentages of Color #29eaec
Complementary Color
#29eaec | #ec2b29 |
#29eaec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#29eaec Color Preview on White Background
Lorem ipsum dolor sit amet.
#29eaec Color CSS Codes
.mybgcolor {background-color:#29eaec; } .myforecolor {color:#29eaec; } .mybordercolor {border:3px solid #29eaec; }
#29eaec Text Font Color
<p style="color:#29eaec">Text here</p>
This sample text font color is #29eaec
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.
#29eaec Background Color
<div style="background-color:#29eaec">
Div content here</div>
This div background color is #29eaec
#29eaec Border Color
<div style="border:3px solid #29eaec">
Div here</div>
This div border color is #29eaec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(41,234,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #29eaec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #29eaec; -webkit-box-shadow: 1px 1px 3px 2px #29eaec; box-shadow: 1px 1px 3px 2px #29eaec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(41,234,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #29eaec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #29eaec; -webkit-box-shadow: 1px 1px 3px 2px #29eaec; box-shadow: 1px 1px 3px 2px #29eaec;">
Div content here</div>
This div box has shadow with color #29eaec
Comments
No comments written yet.
Please login to write comment.