Color spaces of #37defb
RGB | 55 | 222 | 251 |
---|---|---|---|
HSL | 0.52 | 0.96 | 0.60 |
HSV | 189° | 78° | 98° |
CMYK | 0.78 | 0.12 | 0.00 0.02 |
XYZ | 45.1094 | 60.0198 | 100.4743 |
Yxy | 60.0198 | 0.2194 | 0.2919 |
Hunter Lab | 77.4724 | -31.6427 | -22.6627 |
CIE-Lab | 81.8490 | -31.7493 | -26.0079 |
#37defb color RGB value is (55,222,251).
#37defb hex color red value is 55, green value is 222 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #37defb hue: 0.52 , saturation: 0.96 and the lightness value of 37defb is 0.60.
The process color (four color CMYK) of #37defb color hex is 0.78, 0.12, 0.00, 0.02. Web safe color of #37defb is #33ccff. Color #37defb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110111 | 11011110 | 11111011 |
Octal | 67 | 336 | 373 |
Decimal | 55 | 222 | 251 |
Hex | 37 | DE | FB |
Shades of #37defb
Tints of #37defb
RGB Percentages of Color #37defb
CMYK Percentages of Color #37defb
Complementary Color
#37defb | #fb5437 |
#37defb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#37defb Color Preview on White Background
Lorem ipsum dolor sit amet.
#37defb Color CSS Codes
.mybgcolor {background-color:#37defb; } .myforecolor {color:#37defb; } .mybordercolor {border:3px solid #37defb; }
#37defb Text Font Color
<p style="color:#37defb">Text here</p>
This sample text font color is #37defb
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.
#37defb Background Color
<div style="background-color:#37defb">
Div content here</div>
This div background color is #37defb
#37defb Border Color
<div style="border:3px solid #37defb">
Div here</div>
This div border color is #37defb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(55,222,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #37defb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #37defb; -webkit-box-shadow: 1px 1px 3px 2px #37defb; box-shadow: 1px 1px 3px 2px #37defb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(55,222,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #37defb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #37defb; -webkit-box-shadow: 1px 1px 3px 2px #37defb; box-shadow: 1px 1px 3px 2px #37defb;">
Div content here</div>
This div box has shadow with color #37defb
Comments
No comments written yet.
Please login to write comment.