Color spaces of #43abfb
RGB | 67 | 171 | 251 |
---|---|---|---|
HSL | 0.57 | 0.96 | 0.62 |
HSV | 206° | 73° | 98° |
CMYK | 0.73 | 0.32 | 0.00 0.02 |
XYZ | 34.2902 | 37.2841 | 96.6561 |
Yxy | 37.2841 | 0.2038 | 0.2216 |
Hunter Lab | 61.0607 | -6.6150 | -51.1107 |
CIE-Lab | 67.4896 | -3.9260 | -48.2670 |
#43abfb color RGB value is (67,171,251).
#43abfb hex color red value is 67, green value is 171 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #43abfb hue: 0.57 , saturation: 0.96 and the lightness value of 43abfb is 0.62.
The process color (four color CMYK) of #43abfb color hex is 0.73, 0.32, 0.00, 0.02. Web safe color of #43abfb is #3399ff. Color #43abfb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000011 | 10101011 | 11111011 |
Octal | 103 | 253 | 373 |
Decimal | 67 | 171 | 251 |
Hex | 43 | AB | FB |
Shades of #43abfb
Tints of #43abfb
RGB Percentages of Color #43abfb
CMYK Percentages of Color #43abfb
Complementary Color
#43abfb | #fb9343 |
#43abfb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#43abfb Color Preview on White Background
Lorem ipsum dolor sit amet.
#43abfb Color CSS Codes
.mybgcolor {background-color:#43abfb; } .myforecolor {color:#43abfb; } .mybordercolor {border:3px solid #43abfb; }
#43abfb Text Font Color
<p style="color:#43abfb">Text here</p>
This sample text font color is #43abfb
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.
#43abfb Background Color
<div style="background-color:#43abfb">
Div content here</div>
This div background color is #43abfb
#43abfb Border Color
<div style="border:3px solid #43abfb">
Div here</div>
This div border color is #43abfb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(67,171,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #43abfb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #43abfb; -webkit-box-shadow: 1px 1px 3px 2px #43abfb; box-shadow: 1px 1px 3px 2px #43abfb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(67,171,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #43abfb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #43abfb; -webkit-box-shadow: 1px 1px 3px 2px #43abfb; box-shadow: 1px 1px 3px 2px #43abfb;">
Div content here</div>
This div box has shadow with color #43abfb
Comments
No comments written yet.
Please login to write comment.