Color spaces of #afbee2
RGB | 175 | 190 | 226 |
---|---|---|---|
HSL | 0.62 | 0.47 | 0.79 |
HSV | 222° | 23° | 89° |
CMYK | 0.23 | 0.16 | 0.00 0.11 |
XYZ | 49.8201 | 51.4319 | 79.2530 |
Yxy | 51.4319 | 0.2760 | 0.2849 |
Hunter Lab | 71.7160 | -1.5017 | -15.3198 |
CIE-Lab | 76.9399 | 2.5396 | -19.6660 |
#afbee2 color RGB value is (175,190,226).
#afbee2 hex color red value is 175, green value is 190 and the blue value of its RGB is 226. Cylindrical-coordinate representations (also known as HSL) of color #afbee2 hue: 0.62 , saturation: 0.47 and the lightness value of afbee2 is 0.79.
The process color (four color CMYK) of #afbee2 color hex is 0.23, 0.16, 0.00, 0.11. Web safe color of #afbee2 is #99cccc. Color #afbee2 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 10111110 | 11100010 |
Octal | 257 | 276 | 342 |
Decimal | 175 | 190 | 226 |
Hex | AF | BE | E2 |
Shades of #afbee2
Tints of #afbee2
RGB Percentages of Color #afbee2
CMYK Percentages of Color #afbee2
Complementary Color
#afbee2 | #e2d3af |
#afbee2 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afbee2 Color Preview on White Background
Lorem ipsum dolor sit amet.
#afbee2 Color CSS Codes
.mybgcolor {background-color:#afbee2; } .myforecolor {color:#afbee2; } .mybordercolor {border:3px solid #afbee2; }
#afbee2 Text Font Color
<p style="color:#afbee2">Text here</p>
This sample text font color is #afbee2
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.
#afbee2 Background Color
<div style="background-color:#afbee2">
Div content here</div>
This div background color is #afbee2
#afbee2 Border Color
<div style="border:3px solid #afbee2">
Div here</div>
This div border color is #afbee2
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,190,226, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afbee2; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afbee2; -webkit-box-shadow: 1px 1px 3px 2px #afbee2; box-shadow: 1px 1px 3px 2px #afbee2; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,190,226, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #afbee2">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afbee2; -webkit-box-shadow: 1px 1px 3px 2px #afbee2; box-shadow: 1px 1px 3px 2px #afbee2;">
Div content here</div>
This div box has shadow with color #afbee2
#afbee2 Color Palettes
Comments
No comments written yet.
Please login to write comment.