Color spaces of #2599ea
RGB | 37 | 153 | 234 |
---|---|---|---|
HSL | 0.57 | 0.82 | 0.53 |
HSV | 205° | 84° | 92° |
CMYK | 0.84 | 0.35 | 0.00 0.08 |
XYZ | 27.0055 | 29.1163 | 82.0386 |
Yxy | 29.1163 | 0.1955 | 0.2107 |
Hunter Lab | 53.9595 | -5.0940 | -52.3712 |
CIE-Lab | 60.8841 | -2.6909 | -49.4319 |
#2599ea color RGB value is (37,153,234).
#2599ea hex color red value is 37, green value is 153 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #2599ea hue: 0.57 , saturation: 0.82 and the lightness value of 2599ea is 0.53.
The process color (four color CMYK) of #2599ea color hex is 0.84, 0.35, 0.00, 0.08. Web safe color of #2599ea is #3399ff. Color #2599ea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100101 | 10011001 | 11101010 |
Octal | 45 | 231 | 352 |
Decimal | 37 | 153 | 234 |
Hex | 25 | 99 | EA |
Shades of #2599ea
Tints of #2599ea
RGB Percentages of Color #2599ea
CMYK Percentages of Color #2599ea
Complementary Color
#2599ea | #ea7625 |
#2599ea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#2599ea Color Preview on White Background
Lorem ipsum dolor sit amet.
#2599ea Color CSS Codes
.mybgcolor {background-color:#2599ea; } .myforecolor {color:#2599ea; } .mybordercolor {border:3px solid #2599ea; }
#2599ea Text Font Color
<p style="color:#2599ea">Text here</p>
This sample text font color is #2599ea
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.
#2599ea Background Color
<div style="background-color:#2599ea">
Div content here</div>
This div background color is #2599ea
#2599ea Border Color
<div style="border:3px solid #2599ea">
Div here</div>
This div border color is #2599ea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(37,153,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #2599ea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #2599ea; -webkit-box-shadow: 1px 1px 3px 2px #2599ea; box-shadow: 1px 1px 3px 2px #2599ea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(37,153,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #2599ea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #2599ea; -webkit-box-shadow: 1px 1px 3px 2px #2599ea; box-shadow: 1px 1px 3px 2px #2599ea;">
Div content here</div>
This div box has shadow with color #2599ea
Comments
No comments written yet.
Please login to write comment.