Color spaces of #37ebef
RGB | 55 | 235 | 239 |
---|---|---|---|
HSL | 0.50 | 0.85 | 0.58 |
HSV | 181° | 77° | 94° |
CMYK | 0.77 | 0.02 | 0.00 0.06 |
XYZ | 46.8639 | 66.4609 | 92.0196 |
Yxy | 66.4609 | 0.2282 | 0.3237 |
Hunter Lab | 81.5236 | -40.0553 | -9.8570 |
CIE-Lab | 85.2310 | -41.3347 | -14.5545 |
#37ebef color RGB value is (55,235,239).
#37ebef hex color red value is 55, green value is 235 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #37ebef hue: 0.50 , saturation: 0.85 and the lightness value of 37ebef is 0.58.
The process color (four color CMYK) of #37ebef color hex is 0.77, 0.02, 0.00, 0.06. Web safe color of #37ebef is #33ffff. Color #37ebef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110111 | 11101011 | 11101111 |
Octal | 67 | 353 | 357 |
Decimal | 55 | 235 | 239 |
Hex | 37 | EB | EF |
Shades of #37ebef
Tints of #37ebef
RGB Percentages of Color #37ebef
CMYK Percentages of Color #37ebef
Complementary Color
#37ebef | #ef3b37 |
#37ebef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#37ebef Color Preview on White Background
Lorem ipsum dolor sit amet.
#37ebef Color CSS Codes
.mybgcolor {background-color:#37ebef; } .myforecolor {color:#37ebef; } .mybordercolor {border:3px solid #37ebef; }
#37ebef Text Font Color
<p style="color:#37ebef">Text here</p>
This sample text font color is #37ebef
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.
#37ebef Background Color
<div style="background-color:#37ebef">
Div content here</div>
This div background color is #37ebef
#37ebef Border Color
<div style="border:3px solid #37ebef">
Div here</div>
This div border color is #37ebef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(55,235,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #37ebef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #37ebef; -webkit-box-shadow: 1px 1px 3px 2px #37ebef; box-shadow: 1px 1px 3px 2px #37ebef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(55,235,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #37ebef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #37ebef; -webkit-box-shadow: 1px 1px 3px 2px #37ebef; box-shadow: 1px 1px 3px 2px #37ebef;">
Div content here</div>
This div box has shadow with color #37ebef
Comments
No comments written yet.
Please login to write comment.