Color spaces of #58eaca
RGB | 88 | 234 | 202 |
---|---|---|---|
HSL | 0.46 | 0.78 | 0.63 |
HSV | 167° | 62° | 92° |
CMYK | 0.62 | 0.00 | 0.14 0.08 |
XYZ | 44.1080 | 65.1846 | 66.1343 |
Yxy | 65.1846 | 0.2514 | 0.3716 |
Hunter Lab | 80.7370 | -43.7721 | 7.9495 |
CIE-Lab | 84.5788 | -46.4234 | 4.0355 |
#58eaca color RGB value is (88,234,202).
#58eaca hex color red value is 88, green value is 234 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #58eaca hue: 0.46 , saturation: 0.78 and the lightness value of 58eaca is 0.63.
The process color (four color CMYK) of #58eaca color hex is 0.62, 0.00, 0.14, 0.08. Web safe color of #58eaca is #66ffcc. Color #58eaca contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011000 | 11101010 | 11001010 |
Octal | 130 | 352 | 312 |
Decimal | 88 | 234 | 202 |
Hex | 58 | EA | CA |
Shades of #58eaca
Tints of #58eaca
RGB Percentages of Color #58eaca
CMYK Percentages of Color #58eaca
Complementary Color
#58eaca | #ea5878 |
#58eaca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#58eaca Color Preview on White Background
Lorem ipsum dolor sit amet.
#58eaca Color CSS Codes
.mybgcolor {background-color:#58eaca; } .myforecolor {color:#58eaca; } .mybordercolor {border:3px solid #58eaca; }
#58eaca Text Font Color
<p style="color:#58eaca">Text here</p>
This sample text font color is #58eaca
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.
#58eaca Background Color
<div style="background-color:#58eaca">
Div content here</div>
This div background color is #58eaca
#58eaca Border Color
<div style="border:3px solid #58eaca">
Div here</div>
This div border color is #58eaca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(88,234,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #58eaca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #58eaca; -webkit-box-shadow: 1px 1px 3px 2px #58eaca; box-shadow: 1px 1px 3px 2px #58eaca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(88,234,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #58eaca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #58eaca; -webkit-box-shadow: 1px 1px 3px 2px #58eaca; box-shadow: 1px 1px 3px 2px #58eaca;">
Div content here</div>
This div box has shadow with color #58eaca
Comments
No comments written yet.
Please login to write comment.