Color spaces of #afb6ee
RGB | 175 | 182 | 238 |
---|---|---|---|
HSL | 0.65 | 0.65 | 0.81 |
HSV | 233° | 26° | 93° |
CMYK | 0.26 | 0.24 | 0.00 0.07 |
XYZ | 49.8398 | 48.7429 | 87.6704 |
Yxy | 48.7429 | 0.2676 | 0.2617 |
Hunter Lab | 69.8161 | 5.2480 | -25.5811 |
CIE-Lab | 75.2911 | 9.6996 | -28.6650 |
#afb6ee color RGB value is (175,182,238).
#afb6ee hex color red value is 175, green value is 182 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #afb6ee hue: 0.65 , saturation: 0.65 and the lightness value of afb6ee is 0.81.
The process color (four color CMYK) of #afb6ee color hex is 0.26, 0.24, 0.00, 0.07. Web safe color of #afb6ee is #99ccff. Color #afb6ee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 10110110 | 11101110 |
Octal | 257 | 266 | 356 |
Decimal | 175 | 182 | 238 |
Hex | AF | B6 | EE |
Shades of #afb6ee
Tints of #afb6ee
RGB Percentages of Color #afb6ee
CMYK Percentages of Color #afb6ee
Complementary Color
#afb6ee | #eee7af |
#afb6ee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afb6ee Color Preview on White Background
Lorem ipsum dolor sit amet.
#afb6ee Color CSS Codes
.mybgcolor {background-color:#afb6ee; } .myforecolor {color:#afb6ee; } .mybordercolor {border:3px solid #afb6ee; }
#afb6ee Text Font Color
<p style="color:#afb6ee">Text here</p>
This sample text font color is #afb6ee
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.
#afb6ee Background Color
<div style="background-color:#afb6ee">
Div content here</div>
This div background color is #afb6ee
#afb6ee Border Color
<div style="border:3px solid #afb6ee">
Div here</div>
This div border color is #afb6ee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,182,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afb6ee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afb6ee; -webkit-box-shadow: 1px 1px 3px 2px #afb6ee; box-shadow: 1px 1px 3px 2px #afb6ee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,182,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #afb6ee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afb6ee; -webkit-box-shadow: 1px 1px 3px 2px #afb6ee; box-shadow: 1px 1px 3px 2px #afb6ee;">
Div content here</div>
This div box has shadow with color #afb6ee
Comments
No comments written yet.
Please login to write comment.