Color spaces of #61eeaf
RGB | 97 | 238 | 175 |
---|---|---|---|
HSL | 0.43 | 0.81 | 0.66 |
HSV | 153° | 59° | 93° |
CMYK | 0.59 | 0.00 | 0.26 0.07 |
XYZ | 43.2422 | 66.7856 | 51.1693 |
Yxy | 66.7856 | 0.2683 | 0.4143 |
Hunter Lab | 81.7225 | -48.5637 | 20.0822 |
CIE-Lab | 85.3956 | -52.4936 | 19.3261 |
#61eeaf color RGB value is (97,238,175).
#61eeaf hex color red value is 97, green value is 238 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #61eeaf hue: 0.43 , saturation: 0.81 and the lightness value of 61eeaf is 0.66.
The process color (four color CMYK) of #61eeaf color hex is 0.59, 0.00, 0.26, 0.07. Web safe color of #61eeaf is #66ff99. Color #61eeaf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100001 | 11101110 | 10101111 |
Octal | 141 | 356 | 257 |
Decimal | 97 | 238 | 175 |
Hex | 61 | EE | AF |
Shades of #61eeaf
Tints of #61eeaf
RGB Percentages of Color #61eeaf
CMYK Percentages of Color #61eeaf
Complementary Color
#61eeaf | #ee61a0 |
#61eeaf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#61eeaf Color Preview on White Background
Lorem ipsum dolor sit amet.
#61eeaf Color CSS Codes
.mybgcolor {background-color:#61eeaf; } .myforecolor {color:#61eeaf; } .mybordercolor {border:3px solid #61eeaf; }
#61eeaf Text Font Color
<p style="color:#61eeaf">Text here</p>
This sample text font color is #61eeaf
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.
#61eeaf Background Color
<div style="background-color:#61eeaf">
Div content here</div>
This div background color is #61eeaf
#61eeaf Border Color
<div style="border:3px solid #61eeaf">
Div here</div>
This div border color is #61eeaf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(97,238,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #61eeaf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #61eeaf; -webkit-box-shadow: 1px 1px 3px 2px #61eeaf; box-shadow: 1px 1px 3px 2px #61eeaf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(97,238,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #61eeaf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #61eeaf; -webkit-box-shadow: 1px 1px 3px 2px #61eeaf; box-shadow: 1px 1px 3px 2px #61eeaf;">
Div content here</div>
This div box has shadow with color #61eeaf
Comments
No comments written yet.
Please login to write comment.