Color spaces of #478eaf
RGB | 71 | 142 | 175 |
---|---|---|---|
HSL | 0.55 | 0.42 | 0.48 |
HSV | 199° | 59° | 69° |
CMYK | 0.59 | 0.19 | 0.00 0.31 |
XYZ | 20.0094 | 23.7807 | 44.0930 |
Yxy | 23.7807 | 0.2277 | 0.2706 |
Hunter Lab | 48.7655 | -12.0976 | -19.4733 |
CIE-Lab | 55.8676 | -12.3322 | -24.0580 |
#478eaf color RGB value is (71,142,175).
#478eaf hex color red value is 71, green value is 142 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #478eaf hue: 0.55 , saturation: 0.42 and the lightness value of 478eaf is 0.48.
The process color (four color CMYK) of #478eaf color hex is 0.59, 0.19, 0.00, 0.31. Web safe color of #478eaf is #339999. Color #478eaf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000111 | 10001110 | 10101111 |
Octal | 107 | 216 | 257 |
Decimal | 71 | 142 | 175 |
Hex | 47 | 8E | AF |
Shades of #478eaf
Tints of #478eaf
RGB Percentages of Color #478eaf
CMYK Percentages of Color #478eaf
Complementary Color
#478eaf | #af6847 |
#478eaf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#478eaf Color Preview on White Background
Lorem ipsum dolor sit amet.
#478eaf Color CSS Codes
.mybgcolor {background-color:#478eaf; } .myforecolor {color:#478eaf; } .mybordercolor {border:3px solid #478eaf; }
#478eaf Text Font Color
<p style="color:#478eaf">Text here</p>
This sample text font color is #478eaf
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.
#478eaf Background Color
<div style="background-color:#478eaf">
Div content here</div>
This div background color is #478eaf
#478eaf Border Color
<div style="border:3px solid #478eaf">
Div here</div>
This div border color is #478eaf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(71,142,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #478eaf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #478eaf; -webkit-box-shadow: 1px 1px 3px 2px #478eaf; box-shadow: 1px 1px 3px 2px #478eaf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(71,142,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #478eaf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #478eaf; -webkit-box-shadow: 1px 1px 3px 2px #478eaf; box-shadow: 1px 1px 3px 2px #478eaf;">
Div content here</div>
This div box has shadow with color #478eaf
Comments
No comments written yet.
Please login to write comment.