Color spaces of #127fdf
RGB | 18 | 127 | 223 |
---|---|---|---|
HSL | 0.58 | 0.85 | 0.47 |
HSV | 208° | 92° | 87° |
CMYK | 0.92 | 0.43 | 0.00 0.13 |
XYZ | 21.1581 | 20.6351 | 72.6798 |
Yxy | 20.6351 | 0.1848 | 0.1803 |
Hunter Lab | 45.4259 | 3.6450 | -63.0638 |
CIE-Lab | 52.5478 | 7.5633 | -56.6033 |
#127fdf color RGB value is (18,127,223).
#127fdf hex color red value is 18, green value is 127 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #127fdf hue: 0.58 , saturation: 0.85 and the lightness value of 127fdf is 0.47.
The process color (four color CMYK) of #127fdf color hex is 0.92, 0.43, 0.00, 0.13. Web safe color of #127fdf is #0066cc. Color #127fdf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010010 | 01111111 | 11011111 |
Octal | 22 | 177 | 337 |
Decimal | 18 | 127 | 223 |
Hex | 12 | 7F | DF |
Shades of #127fdf
Tints of #127fdf
RGB Percentages of Color #127fdf
CMYK Percentages of Color #127fdf
Complementary Color
#127fdf | #df7212 |
#127fdf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#127fdf Color Preview on White Background
Lorem ipsum dolor sit amet.
#127fdf Color CSS Codes
.mybgcolor {background-color:#127fdf; } .myforecolor {color:#127fdf; } .mybordercolor {border:3px solid #127fdf; }
#127fdf Text Font Color
<p style="color:#127fdf">Text here</p>
This sample text font color is #127fdf
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.
#127fdf Background Color
<div style="background-color:#127fdf">
Div content here</div>
This div background color is #127fdf
#127fdf Border Color
<div style="border:3px solid #127fdf">
Div here</div>
This div border color is #127fdf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(18,127,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #127fdf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #127fdf; -webkit-box-shadow: 1px 1px 3px 2px #127fdf; box-shadow: 1px 1px 3px 2px #127fdf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(18,127,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 #127fdf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #127fdf; -webkit-box-shadow: 1px 1px 3px 2px #127fdf; box-shadow: 1px 1px 3px 2px #127fdf;">
Div content here</div>
This div box has shadow with color #127fdf
Comments
No comments written yet.
Please login to write comment.