Color spaces of #4fafeb
RGB | 79 | 175 | 235 |
---|---|---|---|
HSL | 0.56 | 0.80 | 0.62 |
HSV | 203° | 66° | 92° |
CMYK | 0.66 | 0.26 | 0.00 0.08 |
XYZ | 33.5498 | 38.3204 | 84.2256 |
Yxy | 38.3204 | 0.2149 | 0.2455 |
Hunter Lab | 61.9035 | -11.5895 | -37.3373 |
CIE-Lab | 68.2561 | -9.8103 | -38.3247 |
#4fafeb color RGB value is (79,175,235).
#4fafeb hex color red value is 79, green value is 175 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #4fafeb hue: 0.56 , saturation: 0.80 and the lightness value of 4fafeb is 0.62.
The process color (four color CMYK) of #4fafeb color hex is 0.66, 0.26, 0.00, 0.08. Web safe color of #4fafeb is #6699ff. Color #4fafeb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001111 | 10101111 | 11101011 |
Octal | 117 | 257 | 353 |
Decimal | 79 | 175 | 235 |
Hex | 4F | AF | EB |
Shades of #4fafeb
Tints of #4fafeb
RGB Percentages of Color #4fafeb
CMYK Percentages of Color #4fafeb
Complementary Color
#4fafeb | #eb8b4f |
#4fafeb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#4fafeb Color Preview on White Background
Lorem ipsum dolor sit amet.
#4fafeb Color CSS Codes
.mybgcolor {background-color:#4fafeb; } .myforecolor {color:#4fafeb; } .mybordercolor {border:3px solid #4fafeb; }
#4fafeb Text Font Color
<p style="color:#4fafeb">Text here</p>
This sample text font color is #4fafeb
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.
#4fafeb Background Color
<div style="background-color:#4fafeb">
Div content here</div>
This div background color is #4fafeb
#4fafeb Border Color
<div style="border:3px solid #4fafeb">
Div here</div>
This div border color is #4fafeb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(79,175,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #4fafeb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4fafeb; -webkit-box-shadow: 1px 1px 3px 2px #4fafeb; box-shadow: 1px 1px 3px 2px #4fafeb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(79,175,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #4fafeb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #4fafeb; -webkit-box-shadow: 1px 1px 3px 2px #4fafeb; box-shadow: 1px 1px 3px 2px #4fafeb;">
Div content here</div>
This div box has shadow with color #4fafeb
Comments
No comments written yet.
Please login to write comment.