Color spaces of #affaf3
RGB | 175 | 250 | 243 |
---|---|---|---|
HSL | 0.48 | 0.88 | 0.83 |
HSV | 174° | 30° | 98° |
CMYK | 0.30 | 0.00 | 0.03 0.02 |
XYZ | 68.0425 | 83.9562 | 97.4130 |
Yxy | 83.9562 | 0.2728 | 0.3366 |
Hunter Lab | 91.6276 | -27.7946 | 1.1057 |
CIE-Lab | 93.4315 | -24.4028 | -4.0401 |
#affaf3 color RGB value is (175,250,243).
#affaf3 hex color red value is 175, green value is 250 and the blue value of its RGB is 243. Cylindrical-coordinate representations (also known as HSL) of color #affaf3 hue: 0.48 , saturation: 0.88 and the lightness value of affaf3 is 0.83.
The process color (four color CMYK) of #affaf3 color hex is 0.30, 0.00, 0.03, 0.02. Web safe color of #affaf3 is #99ffff. Color #affaf3 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 11111010 | 11110011 |
Octal | 257 | 372 | 363 |
Decimal | 175 | 250 | 243 |
Hex | AF | FA | F3 |
Shades of #affaf3
Tints of #affaf3
RGB Percentages of Color #affaf3
CMYK Percentages of Color #affaf3
Complementary Color
#affaf3 | #faafb6 |
#affaf3 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#affaf3 Color Preview on White Background
Lorem ipsum dolor sit amet.
#affaf3 Color CSS Codes
.mybgcolor {background-color:#affaf3; } .myforecolor {color:#affaf3; } .mybordercolor {border:3px solid #affaf3; }
#affaf3 Text Font Color
<p style="color:#affaf3">Text here</p>
This sample text font color is #affaf3
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.
#affaf3 Background Color
<div style="background-color:#affaf3">
Div content here</div>
This div background color is #affaf3
#affaf3 Border Color
<div style="border:3px solid #affaf3">
Div here</div>
This div border color is #affaf3
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,250,243, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #affaf3; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #affaf3; -webkit-box-shadow: 1px 1px 3px 2px #affaf3; box-shadow: 1px 1px 3px 2px #affaf3; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,250,243, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #affaf3">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #affaf3; -webkit-box-shadow: 1px 1px 3px 2px #affaf3; box-shadow: 1px 1px 3px 2px #affaf3;">
Div content here</div>
This div box has shadow with color #affaf3
Comments
No comments written yet.
Please login to write comment.