Color spaces of #236eef
RGB | 35 | 110 | 239 |
---|---|---|---|
HSL | 0.61 | 0.86 | 0.54 |
HSV | 218° | 85° | 94° |
CMYK | 0.85 | 0.54 | 0.00 0.06 |
XYZ | 21.8491 | 17.7412 | 83.9342 |
Yxy | 17.7412 | 0.1769 | 0.1436 |
Hunter Lab | 42.1203 | 18.8829 | -88.6645 |
CIE-Lab | 49.1807 | 25.3403 | -71.0013 |
#236eef color RGB value is (35,110,239).
#236eef hex color red value is 35, green value is 110 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #236eef hue: 0.61 , saturation: 0.86 and the lightness value of 236eef is 0.54.
The process color (four color CMYK) of #236eef color hex is 0.85, 0.54, 0.00, 0.06. Web safe color of #236eef is #3366ff. Color #236eef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100011 | 01101110 | 11101111 |
Octal | 43 | 156 | 357 |
Decimal | 35 | 110 | 239 |
Hex | 23 | 6E | EF |
Shades of #236eef
Tints of #236eef
RGB Percentages of Color #236eef
CMYK Percentages of Color #236eef
Complementary Color
#236eef | #efa423 |
#236eef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#236eef Color Preview on White Background
Lorem ipsum dolor sit amet.
#236eef Color CSS Codes
.mybgcolor {background-color:#236eef; } .myforecolor {color:#236eef; } .mybordercolor {border:3px solid #236eef; }
#236eef Text Font Color
<p style="color:#236eef">Text here</p>
This sample text font color is #236eef
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.
#236eef Background Color
<div style="background-color:#236eef">
Div content here</div>
This div background color is #236eef
#236eef Border Color
<div style="border:3px solid #236eef">
Div here</div>
This div border color is #236eef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(35,110,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #236eef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #236eef; -webkit-box-shadow: 1px 1px 3px 2px #236eef; box-shadow: 1px 1px 3px 2px #236eef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(35,110,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 #236eef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #236eef; -webkit-box-shadow: 1px 1px 3px 2px #236eef; box-shadow: 1px 1px 3px 2px #236eef;">
Div content here</div>
This div box has shadow with color #236eef
Comments
No comments written yet.
Please login to write comment.