Color spaces of #239aef
RGB | 35 | 154 | 239 |
---|---|---|---|
HSL | 0.57 | 0.86 | 0.54 |
HSV | 205° | 85° | 94° |
CMYK | 0.85 | 0.36 | 0.00 0.06 |
XYZ | 27.8287 | 29.7005 | 85.9274 |
Yxy | 29.7005 | 0.1940 | 0.2070 |
Hunter Lab | 54.4982 | -4.2233 | -55.3340 |
CIE-Lab | 61.3949 | -1.5861 | -51.3825 |
#239aef color RGB value is (35,154,239).
#239aef hex color red value is 35, green value is 154 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #239aef hue: 0.57 , saturation: 0.86 and the lightness value of 239aef is 0.54.
The process color (four color CMYK) of #239aef color hex is 0.85, 0.36, 0.00, 0.06. Web safe color of #239aef is #3399ff. Color #239aef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100011 | 10011010 | 11101111 |
Octal | 43 | 232 | 357 |
Decimal | 35 | 154 | 239 |
Hex | 23 | 9A | EF |
Shades of #239aef
Tints of #239aef
RGB Percentages of Color #239aef
CMYK Percentages of Color #239aef
Complementary Color
#239aef | #ef7823 |
#239aef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#239aef Color Preview on White Background
Lorem ipsum dolor sit amet.
#239aef Color CSS Codes
.mybgcolor {background-color:#239aef; } .myforecolor {color:#239aef; } .mybordercolor {border:3px solid #239aef; }
#239aef Text Font Color
<p style="color:#239aef">Text here</p>
This sample text font color is #239aef
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.
#239aef Background Color
<div style="background-color:#239aef">
Div content here</div>
This div background color is #239aef
#239aef Border Color
<div style="border:3px solid #239aef">
Div here</div>
This div border color is #239aef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(35,154,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #239aef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #239aef; -webkit-box-shadow: 1px 1px 3px 2px #239aef; box-shadow: 1px 1px 3px 2px #239aef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(35,154,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 #239aef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #239aef; -webkit-box-shadow: 1px 1px 3px 2px #239aef; box-shadow: 1px 1px 3px 2px #239aef;">
Div content here</div>
This div box has shadow with color #239aef
Comments
No comments written yet.
Please login to write comment.