Color spaces of #afeafb
RGB | 175 | 234 | 251 |
---|---|---|---|
HSL | 0.54 | 0.90 | 0.84 |
HSV | 193° | 30° | 98° |
CMYK | 0.30 | 0.07 | 0.00 0.02 |
XYZ | 64.5146 | 74.9246 | 102.3284 |
Yxy | 74.9246 | 0.2668 | 0.3099 |
Hunter Lab | 86.5590 | -18.4377 | -9.5002 |
CIE-Lab | 89.3577 | -14.7112 | -14.2523 |
#afeafb color RGB value is (175,234,251).
#afeafb hex color red value is 175, green value is 234 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #afeafb hue: 0.54 , saturation: 0.90 and the lightness value of afeafb is 0.84.
The process color (four color CMYK) of #afeafb color hex is 0.30, 0.07, 0.00, 0.02. Web safe color of #afeafb is #99ffff. Color #afeafb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 11101010 | 11111011 |
Octal | 257 | 352 | 373 |
Decimal | 175 | 234 | 251 |
Hex | AF | EA | FB |
Shades of #afeafb
Tints of #afeafb
RGB Percentages of Color #afeafb
CMYK Percentages of Color #afeafb
Complementary Color
#afeafb | #fbc0af |
#afeafb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afeafb Color Preview on White Background
Lorem ipsum dolor sit amet.
#afeafb Color CSS Codes
.mybgcolor {background-color:#afeafb; } .myforecolor {color:#afeafb; } .mybordercolor {border:3px solid #afeafb; }
#afeafb Text Font Color
<p style="color:#afeafb">Text here</p>
This sample text font color is #afeafb
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.
#afeafb Background Color
<div style="background-color:#afeafb">
Div content here</div>
This div background color is #afeafb
#afeafb Border Color
<div style="border:3px solid #afeafb">
Div here</div>
This div border color is #afeafb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,234,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afeafb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afeafb; -webkit-box-shadow: 1px 1px 3px 2px #afeafb; box-shadow: 1px 1px 3px 2px #afeafb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,234,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #afeafb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afeafb; -webkit-box-shadow: 1px 1px 3px 2px #afeafb; box-shadow: 1px 1px 3px 2px #afeafb;">
Div content here</div>
This div box has shadow with color #afeafb
Comments
No comments written yet.
Please login to write comment.