Color spaces of #afb7eb
RGB | 175 | 183 | 235 |
---|---|---|---|
HSL | 0.64 | 0.60 | 0.80 |
HSV | 232° | 26° | 92° |
CMYK | 0.26 | 0.22 | 0.00 0.08 |
XYZ | 49.6081 | 48.9791 | 85.4365 |
Yxy | 48.9791 | 0.2696 | 0.2662 |
Hunter Lab | 69.9851 | 4.0538 | -23.3906 |
CIE-Lab | 75.4383 | 8.4393 | -26.8172 |
#afb7eb color RGB value is (175,183,235).
#afb7eb hex color red value is 175, green value is 183 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #afb7eb hue: 0.64 , saturation: 0.60 and the lightness value of afb7eb is 0.80.
The process color (four color CMYK) of #afb7eb color hex is 0.26, 0.22, 0.00, 0.08. Web safe color of #afb7eb is #99ccff. Color #afb7eb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 10110111 | 11101011 |
Octal | 257 | 267 | 353 |
Decimal | 175 | 183 | 235 |
Hex | AF | B7 | EB |
Shades of #afb7eb
Tints of #afb7eb
RGB Percentages of Color #afb7eb
CMYK Percentages of Color #afb7eb
Complementary Color
#afb7eb | #ebe3af |
#afb7eb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afb7eb Color Preview on White Background
Lorem ipsum dolor sit amet.
#afb7eb Color CSS Codes
.mybgcolor {background-color:#afb7eb; } .myforecolor {color:#afb7eb; } .mybordercolor {border:3px solid #afb7eb; }
#afb7eb Text Font Color
<p style="color:#afb7eb">Text here</p>
This sample text font color is #afb7eb
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.
#afb7eb Background Color
<div style="background-color:#afb7eb">
Div content here</div>
This div background color is #afb7eb
#afb7eb Border Color
<div style="border:3px solid #afb7eb">
Div here</div>
This div border color is #afb7eb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,183,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afb7eb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afb7eb; -webkit-box-shadow: 1px 1px 3px 2px #afb7eb; box-shadow: 1px 1px 3px 2px #afb7eb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,183,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 #afb7eb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afb7eb; -webkit-box-shadow: 1px 1px 3px 2px #afb7eb; box-shadow: 1px 1px 3px 2px #afb7eb;">
Div content here</div>
This div box has shadow with color #afb7eb
Comments
No comments written yet.
Please login to write comment.