Color spaces of #37cdeb
RGB | 55 | 205 | 235 |
---|---|---|---|
HSL | 0.53 | 0.82 | 0.57 |
HSV | 190° | 77° | 92° |
CMYK | 0.77 | 0.13 | 0.00 0.08 |
XYZ | 38.4023 | 50.4730 | 86.3155 |
Yxy | 50.4730 | 0.2192 | 0.2881 |
Hunter Lab | 71.0444 | -27.8413 | -22.3035 |
CIE-Lab | 76.3587 | -28.4600 | -25.8608 |
#37cdeb color RGB value is (55,205,235).
#37cdeb hex color red value is 55, green value is 205 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #37cdeb hue: 0.53 , saturation: 0.82 and the lightness value of 37cdeb is 0.57.
The process color (four color CMYK) of #37cdeb color hex is 0.77, 0.13, 0.00, 0.08. Web safe color of #37cdeb is #33ccff. Color #37cdeb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110111 | 11001101 | 11101011 |
Octal | 67 | 315 | 353 |
Decimal | 55 | 205 | 235 |
Hex | 37 | CD | EB |
Shades of #37cdeb
Tints of #37cdeb
RGB Percentages of Color #37cdeb
CMYK Percentages of Color #37cdeb
Complementary Color
#37cdeb | #eb5537 |
#37cdeb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#37cdeb Color Preview on White Background
Lorem ipsum dolor sit amet.
#37cdeb Color CSS Codes
.mybgcolor {background-color:#37cdeb; } .myforecolor {color:#37cdeb; } .mybordercolor {border:3px solid #37cdeb; }
#37cdeb Text Font Color
<p style="color:#37cdeb">Text here</p>
This sample text font color is #37cdeb
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.
#37cdeb Background Color
<div style="background-color:#37cdeb">
Div content here</div>
This div background color is #37cdeb
#37cdeb Border Color
<div style="border:3px solid #37cdeb">
Div here</div>
This div border color is #37cdeb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(55,205,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #37cdeb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #37cdeb; -webkit-box-shadow: 1px 1px 3px 2px #37cdeb; box-shadow: 1px 1px 3px 2px #37cdeb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(55,205,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #37cdeb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #37cdeb; -webkit-box-shadow: 1px 1px 3px 2px #37cdeb; box-shadow: 1px 1px 3px 2px #37cdeb;">
Div content here</div>
This div box has shadow with color #37cdeb
Comments
No comments written yet.
Please login to write comment.