Color spaces of #47aebf
RGB | 71 | 174 | 191 |
---|---|---|---|
HSL | 0.52 | 0.48 | 0.51 |
HSV | 189° | 63° | 75° |
CMYK | 0.63 | 0.09 | 0.00 0.25 |
XYZ | 27.1386 | 35.3733 | 54.6876 |
Yxy | 35.3733 | 0.2316 | 0.3018 |
Hunter Lab | 59.4755 | -22.6327 | -12.8843 |
CIE-Lab | 66.0383 | -24.3679 | -17.5336 |
#47aebf color RGB value is (71,174,191).
#47aebf hex color red value is 71, green value is 174 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #47aebf hue: 0.52 , saturation: 0.48 and the lightness value of 47aebf is 0.51.
The process color (four color CMYK) of #47aebf color hex is 0.63, 0.09, 0.00, 0.25. Web safe color of #47aebf is #3399cc. Color #47aebf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000111 | 10101110 | 10111111 |
Octal | 107 | 256 | 277 |
Decimal | 71 | 174 | 191 |
Hex | 47 | AE | BF |
Shades of #47aebf
Tints of #47aebf
RGB Percentages of Color #47aebf
CMYK Percentages of Color #47aebf
Complementary Color
#47aebf | #bf5847 |
#47aebf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#47aebf Color Preview on White Background
Lorem ipsum dolor sit amet.
#47aebf Color CSS Codes
.mybgcolor {background-color:#47aebf; } .myforecolor {color:#47aebf; } .mybordercolor {border:3px solid #47aebf; }
#47aebf Text Font Color
<p style="color:#47aebf">Text here</p>
This sample text font color is #47aebf
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.
#47aebf Background Color
<div style="background-color:#47aebf">
Div content here</div>
This div background color is #47aebf
#47aebf Border Color
<div style="border:3px solid #47aebf">
Div here</div>
This div border color is #47aebf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(71,174,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #47aebf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #47aebf; -webkit-box-shadow: 1px 1px 3px 2px #47aebf; box-shadow: 1px 1px 3px 2px #47aebf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(71,174,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #47aebf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #47aebf; -webkit-box-shadow: 1px 1px 3px 2px #47aebf; box-shadow: 1px 1px 3px 2px #47aebf;">
Div content here</div>
This div box has shadow with color #47aebf
Comments
No comments written yet.
Please login to write comment.