Color spaces of #121edf
RGB | 18 | 30 | 223 |
---|---|---|---|
HSL | 0.66 | 0.85 | 0.47 |
HSV | 236° | 92° | 87° |
CMYK | 0.92 | 0.87 | 0.00 0.13 |
XYZ | 14.0330 | 6.3849 | 70.3048 |
Yxy | 6.3849 | 0.1547 | 0.0704 |
Hunter Lab | 25.2684 | 54.9119 | -147.2762 |
CIE-Lab | 30.3635 | 64.4231 | -92.9271 |
#121edf color RGB value is (18,30,223).
#121edf hex color red value is 18, green value is 30 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #121edf hue: 0.66 , saturation: 0.85 and the lightness value of 121edf is 0.47.
The process color (four color CMYK) of #121edf color hex is 0.92, 0.87, 0.00, 0.13. Web safe color of #121edf is #0033cc. Color #121edf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010010 | 00011110 | 11011111 |
Octal | 22 | 36 | 337 |
Decimal | 18 | 30 | 223 |
Hex | 12 | 1E | DF |
Shades of #121edf
Tints of #121edf
RGB Percentages of Color #121edf
CMYK Percentages of Color #121edf
Complementary Color
#121edf | #dfd312 |
#121edf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#121edf Color Preview on White Background
Lorem ipsum dolor sit amet.
#121edf Color CSS Codes
.mybgcolor {background-color:#121edf; } .myforecolor {color:#121edf; } .mybordercolor {border:3px solid #121edf; }
#121edf Text Font Color
<p style="color:#121edf">Text here</p>
This sample text font color is #121edf
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.
#121edf Background Color
<div style="background-color:#121edf">
Div content here</div>
This div background color is #121edf
#121edf Border Color
<div style="border:3px solid #121edf">
Div here</div>
This div border color is #121edf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(18,30,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #121edf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #121edf; -webkit-box-shadow: 1px 1px 3px 2px #121edf; box-shadow: 1px 1px 3px 2px #121edf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(18,30,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 #121edf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #121edf; -webkit-box-shadow: 1px 1px 3px 2px #121edf; box-shadow: 1px 1px 3px 2px #121edf;">
Div content here</div>
This div box has shadow with color #121edf
Comments
No comments written yet.
Please login to write comment.