Color spaces of #2399df
RGB | 35 | 153 | 223 |
---|---|---|---|
HSL | 0.56 | 0.75 | 0.51 |
HSV | 202° | 84° | 87° |
CMYK | 0.84 | 0.31 | 0.00 0.13 |
XYZ | 25.4037 | 28.4675 | 73.9679 |
Yxy | 28.4675 | 0.1987 | 0.2227 |
Hunter Lab | 53.3549 | -8.3826 | -44.8474 |
CIE-Lab | 60.3088 | -6.8427 | -44.2489 |
#2399df color RGB value is (35,153,223).
#2399df hex color red value is 35, green value is 153 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #2399df hue: 0.56 , saturation: 0.75 and the lightness value of 2399df is 0.51.
The process color (four color CMYK) of #2399df color hex is 0.84, 0.31, 0.00, 0.13. Web safe color of #2399df is #3399cc. Color #2399df contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100011 | 10011001 | 11011111 |
Octal | 43 | 231 | 337 |
Decimal | 35 | 153 | 223 |
Hex | 23 | 99 | DF |
Shades of #2399df
Tints of #2399df
RGB Percentages of Color #2399df
CMYK Percentages of Color #2399df
Complementary Color
#2399df | #df6923 |
#2399df Color Preview on Black Background
Lorem ipsum dolor sit amet.
#2399df Color Preview on White Background
Lorem ipsum dolor sit amet.
#2399df Color CSS Codes
.mybgcolor {background-color:#2399df; } .myforecolor {color:#2399df; } .mybordercolor {border:3px solid #2399df; }
#2399df Text Font Color
<p style="color:#2399df">Text here</p>
This sample text font color is #2399df
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.
#2399df Background Color
<div style="background-color:#2399df">
Div content here</div>
This div background color is #2399df
#2399df Border Color
<div style="border:3px solid #2399df">
Div here</div>
This div border color is #2399df
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(35,153,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #2399df; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #2399df; -webkit-box-shadow: 1px 1px 3px 2px #2399df; box-shadow: 1px 1px 3px 2px #2399df; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(35,153,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #2399df">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #2399df; -webkit-box-shadow: 1px 1px 3px 2px #2399df; box-shadow: 1px 1px 3px 2px #2399df;">
Div content here</div>
This div box has shadow with color #2399df
Comments
No comments written yet.
Please login to write comment.