Color spaces of #25efbb
RGB | 37 | 239 | 187 |
---|---|---|---|
HSL | 0.46 | 0.86 | 0.54 |
HSV | 165° | 85° | 94° |
CMYK | 0.85 | 0.00 | 0.22 0.06 |
XYZ | 40.5991 | 65.7142 | 57.5580 |
Yxy | 65.7142 | 0.2477 | 0.4010 |
Hunter Lab | 81.0643 | -52.4651 | 14.6474 |
CIE-Lab | 84.8504 | -58.1443 | 12.1669 |
#25efbb color RGB value is (37,239,187).
#25efbb hex color red value is 37, green value is 239 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #25efbb hue: 0.46 , saturation: 0.86 and the lightness value of 25efbb is 0.54.
The process color (four color CMYK) of #25efbb color hex is 0.85, 0.00, 0.22, 0.06. Web safe color of #25efbb is #33ffcc. Color #25efbb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100101 | 11101111 | 10111011 |
Octal | 45 | 357 | 273 |
Decimal | 37 | 239 | 187 |
Hex | 25 | EF | BB |
Shades of #25efbb
Tints of #25efbb
RGB Percentages of Color #25efbb
CMYK Percentages of Color #25efbb
Complementary Color
#25efbb | #ef2559 |
#25efbb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#25efbb Color Preview on White Background
Lorem ipsum dolor sit amet.
#25efbb Color CSS Codes
.mybgcolor {background-color:#25efbb; } .myforecolor {color:#25efbb; } .mybordercolor {border:3px solid #25efbb; }
#25efbb Text Font Color
<p style="color:#25efbb">Text here</p>
This sample text font color is #25efbb
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.
#25efbb Background Color
<div style="background-color:#25efbb">
Div content here</div>
This div background color is #25efbb
#25efbb Border Color
<div style="border:3px solid #25efbb">
Div here</div>
This div border color is #25efbb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(37,239,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #25efbb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #25efbb; -webkit-box-shadow: 1px 1px 3px 2px #25efbb; box-shadow: 1px 1px 3px 2px #25efbb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(37,239,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #25efbb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #25efbb; -webkit-box-shadow: 1px 1px 3px 2px #25efbb; box-shadow: 1px 1px 3px 2px #25efbb;">
Div content here</div>
This div box has shadow with color #25efbb
Comments
No comments written yet.
Please login to write comment.