Color spaces of #228aef
RGB | 34 | 138 | 239 |
---|---|---|---|
HSL | 0.58 | 0.86 | 0.54 |
HSV | 210° | 86° | 94° |
CMYK | 0.86 | 0.42 | 0.00 0.06 |
XYZ | 25.3282 | 24.7490 | 85.1035 |
Yxy | 24.7490 | 0.1874 | 0.1831 |
Hunter Lab | 49.7484 | 3.8194 | -66.6023 |
CIE-Lab | 56.8300 | 7.8324 | -58.6604 |
#228aef color RGB value is (34,138,239).
#228aef hex color red value is 34, green value is 138 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #228aef hue: 0.58 , saturation: 0.86 and the lightness value of 228aef is 0.54.
The process color (four color CMYK) of #228aef color hex is 0.86, 0.42, 0.00, 0.06. Web safe color of #228aef is #3399ff. Color #228aef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100010 | 10001010 | 11101111 |
Octal | 42 | 212 | 357 |
Decimal | 34 | 138 | 239 |
Hex | 22 | 8A | EF |
Shades of #228aef
Tints of #228aef
RGB Percentages of Color #228aef
CMYK Percentages of Color #228aef
Complementary Color
#228aef | #ef8722 |
#228aef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#228aef Color Preview on White Background
Lorem ipsum dolor sit amet.
#228aef Color CSS Codes
.mybgcolor {background-color:#228aef; } .myforecolor {color:#228aef; } .mybordercolor {border:3px solid #228aef; }
#228aef Text Font Color
<p style="color:#228aef">Text here</p>
This sample text font color is #228aef
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.
#228aef Background Color
<div style="background-color:#228aef">
Div content here</div>
This div background color is #228aef
#228aef Border Color
<div style="border:3px solid #228aef">
Div here</div>
This div border color is #228aef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(34,138,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #228aef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #228aef; -webkit-box-shadow: 1px 1px 3px 2px #228aef; box-shadow: 1px 1px 3px 2px #228aef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(34,138,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 #228aef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #228aef; -webkit-box-shadow: 1px 1px 3px 2px #228aef; box-shadow: 1px 1px 3px 2px #228aef;">
Div content here</div>
This div box has shadow with color #228aef
Comments
No comments written yet.
Please login to write comment.